1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
CanvasBlocker/test/window.open-test.js
2020-01-21 22:45:28 +01:00

5 lines
138 B
JavaScript

document.getElementById("testLink").addEventListener("click", function(){
"use strict";
window.open("./audioTest.html", "_blank");
});