diff --git a/connectcore-demo-example/static/js/common.js b/connectcore-demo-example/static/js/common.js index f8bb81f..4d2e588 100644 --- a/connectcore-demo-example/static/js/common.js +++ b/connectcore-demo-example/static/js/common.js @@ -531,7 +531,7 @@ function getDeviceName() { // Updates the available web sections. function updateAvailableSections() { // Remove device specific sections when rendering the demo from a computer. - if (!navigator.platform.includes("aarch") && !navigator.platform.includes("arm")) { + if (!is_local_access()) { removeSection(ID_SECTION_MULTIMEDIA); removeSection(ID_SECTION_NPU); }