console.log removed
This commit is contained in:
parent
7b24dcb3dd
commit
a6cd0a16ba
@ -69,7 +69,6 @@ var IABExecs = {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function updateIframeSizeNoLocation() {
|
function updateIframeSizeNoLocation() {
|
||||||
console.log('hey');
|
|
||||||
browserWrap.style.width = window.innerWidth + 'px';
|
browserWrap.style.width = window.innerWidth + 'px';
|
||||||
browserWrap.style.height = window.innerHeight + 'px';
|
browserWrap.style.height = window.innerHeight + 'px';
|
||||||
browserWrap.browser.style.height = (window.innerHeight - 60) + 'px';
|
browserWrap.browser.style.height = (window.innerHeight - 60) + 'px';
|
||||||
|
Loading…
Reference in New Issue
Block a user