mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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) {
|
||||
setTimeout(function() {
|
||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||
console.log(":: Window Loaded");
|
||||
}, 1200);
|
||||
}, false);
|
||||
|
||||
document.addEventListener("click",function(){
|
||||
setTimeout(function() {
|
||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||
console.log(":: Window Clicked");
|
||||
}, 1200);
|
||||
}, false);
|
||||
|
||||
document.addEventListener("change",function(){
|
||||
setTimeout(function() {
|
||||
EventBridge.forceHtmlAudioOutputDeviceUpdate();
|
||||
console.log(":: Window Changes");
|
||||
}, 1200);
|
||||
}, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue