From 4e7335f149a8b3dba56fc174b1d73a6a0e57ceee Mon Sep 17 00:00:00 2001 From: ArmoredDragon <43324896+Armored-Dragon@users.noreply.github.com> Date: Sat, 24 Jun 2023 10:52:41 -0500 Subject: [PATCH] Attempt 1: Do we need it? --- .gitignore | 2 ++ interface/resources/html/createGlobalEventBridge.js | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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);