mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +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 @@
|
||||
});
|
||||
}
|
||||
|
||||
show(document.getElementById("top"), topTest());
|
||||
if (location.search !== "?notInitial"){
|
||||
show(document.getElementById("top"), topTest());
|
||||
show(document.getElementById("iframe"), iframeTest());
|
||||
}
|
||||
document.querySelector("#top button").addEventListener("click", function(){show(document.getElementById("top"), topTest());});
|
||||
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