mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-08 20:54:49 +01:00
Created way to load test page with no initial read access.
This commit is contained in:
parent
820f187d35
commit
584f178ff7
@ -34,9 +34,11 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (location.search !== "?notInitial"){
|
||||||
show(document.getElementById("top"), topTest());
|
show(document.getElementById("top"), topTest());
|
||||||
document.querySelector("#top button").addEventListener("click", function(){show(document.getElementById("top"), topTest());});
|
|
||||||
show(document.getElementById("iframe"), iframeTest());
|
show(document.getElementById("iframe"), iframeTest());
|
||||||
|
}
|
||||||
|
document.querySelector("#top button").addEventListener("click", function(){show(document.getElementById("top"), topTest());});
|
||||||
document.querySelector("#iframe button").addEventListener("click", function(){show(document.getElementById("iframe"), iframeTest());});
|
document.querySelector("#iframe button").addEventListener("click", function(){show(document.getElementById("iframe"), iframeTest());});
|
||||||
}());
|
}());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user