This href causes issues when running the demo on a target with WebKit's
non-HTTP(S) process swap enabled. When clicking the "collapse" button, the
sidebar collapses, but the page is loaded again due to WebKit's process swap,
and the sidebar reverts back to its original state.
Removing the href fixes this, and the sidebar collapse functionality still
works as expected.
https://onedigi.atlassian.net/browse/DEL-9498
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This is required so that we can show an overlay black screen over the full application
when an NPU demo is launched.
Signed-off-by: David Escalona <david.escalona@digi.com>
While on it, add a missing entry for the cc93 in the 'network.html' file.
https://onedigi.atlassian.net/browse/CCS-8
Signed-off-by: David Escalona <david.escalona@digi.com>
Download all required javascript and stylesheets not to need Internet access
to properly run the demo locally.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>