diff --git a/.gitignore b/.gitignore index bbcbadf2b6..c3cb03f201 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,8 @@ local.properties !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +# Workspace +*.code-workspace # Xcode *.xcodeproj diff --git a/interface/resources/html/createGlobalEventBridge.js b/interface/resources/html/createGlobalEventBridge.js index 11616c051a..43c92ff1e9 100644 --- a/interface/resources/html/createGlobalEventBridge.js +++ b/interface/resources/html/createGlobalEventBridge.js @@ -40,19 +40,19 @@ var EventBridge; window.addEventListener("load",function(event) { setTimeout(function() { - EventBridge.forceHtmlAudioOutputDeviceUpdate(); + // EventBridge.forceHtmlAudioOutputDeviceUpdate(); }, 1200); }, false); document.addEventListener("click",function(){ setTimeout(function() { - EventBridge.forceHtmlAudioOutputDeviceUpdate(); + // EventBridge.forceHtmlAudioOutputDeviceUpdate(); }, 1200); }, false); document.addEventListener("change",function(){ setTimeout(function() { - EventBridge.forceHtmlAudioOutputDeviceUpdate(); + // EventBridge.forceHtmlAudioOutputDeviceUpdate(); }, 1200); }, false);