Disable external bus for authenticated webview

This commit is contained in:
Yegor Vialov 2020-05-08 13:29:54 +00:00
parent 470d3be946
commit 326434273a

View File

@ -14,6 +14,7 @@ window.externalApp.getExternalAuth = function(options) {
}, 500);
}
};
/*
window.externalApp.externalBus = function(message) {
console.log("External bus message: " + message);
var messageObj = JSON.parse(message);
@ -32,4 +33,5 @@ window.externalApp.externalBus = function(message) {
} else if (messageObj.type == "config_screen/show") {
HAClient.postMessage('show-settings');
}
};
};
*/