mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
|
document.getElementById("testLink").addEventListener("click", function(){
|
||
|
"use strict";
|
||
|
|
||
|
window.open("./audioTest.html", "_blank");
|
||
|
});
|