mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-05 11:32:20 +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");
|
||
|
});
|