Skip to content
Snippets Groups Projects
Commit 117656cb authored by Simon Döring's avatar Simon Döring
Browse files

Fix typo and remove obsolete CSS rule

parent b39929e1
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ document.addEventListener('DOMContentLoaded', function() {
) {
clearInterval(socketMountCheckInterval);
// Should only be triggered once, but the connect event
// can be triggered multiple time for example when reconnecting
// can be triggered multiple times for example when reconnecting
if (!socketLogicMounted) {
socketLogicMounted = true;
console.log('mount socket logic');
......
.camera-feed {
z-index: 100;
}
.camera-feed.hidden {
display: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment