mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 14:16:34 +02:00
Clean console log
This commit is contained in:
parent
b817143e2e
commit
b890a29b3a
1 changed files with 0 additions and 3 deletions
|
@ -68,21 +68,18 @@ var EventBridge;
|
||||||
window.addEventListener("load",function(event) {
|
window.addEventListener("load",function(event) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
console.log(":: Window Loaded");
|
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
document.addEventListener("click",function(){
|
document.addEventListener("click",function(){
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
console.log(":: Window Clicked");
|
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
document.addEventListener("change",function(){
|
document.addEventListener("change",function(){
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||||
console.log(":: Window Changes");
|
|
||||||
}, 1200);
|
}, 1200);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue