mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2026-01-26 00:00:04 +08:00
console.log removed
This commit is contained in:
@@ -69,7 +69,6 @@ var IABExecs = {
|
||||
});
|
||||
|
||||
function updateIframeSizeNoLocation() {
|
||||
console.log('hey');
|
||||
browserWrap.style.width = window.innerWidth + 'px';
|
||||
browserWrap.style.height = window.innerHeight + 'px';
|
||||
browserWrap.browser.style.height = (window.innerHeight - 60) + 'px';
|
||||
|
||||
Reference in New Issue
Block a user