mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 11:23:18 +02:00
Attempt 1: Do we need it?
This commit is contained in:
parent
3433596330
commit
4e7335f149
2 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -50,6 +50,8 @@ local.properties
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
# Workspace
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# Xcode
|
# Xcode
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
|
|
|
@ -40,19 +40,19 @@ var EventBridge;
|
||||||
|
|
||||||
window.addEventListener("load",function(event) {
|
window.addEventListener("load",function(event) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
// EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
document.addEventListener("click",function(){
|
document.addEventListener("click",function(){
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
// EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
document.addEventListener("change",function(){
|
document.addEventListener("change",function(){
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
// EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue