Attempt 1: Do we need it?

This commit is contained in:
ArmoredDragon 2023-06-24 10:52:41 -05:00
parent 3433596330
commit 4e7335f149
No known key found for this signature in database
GPG key ID: F2CDBF4365612850
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -50,6 +50,8 @@ local.properties
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Workspace
*.code-workspace
# Xcode
*.xcodeproj

View file

@ -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);