mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-05-15 17:03:23 +02:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
document.getElementById("testLink").addEventListener("click", function(){
|
|
"use strict";
|
|
|
|
window.open("./audioTest.html", "_blank");
|
|
}); |