mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-07 11:14:37 +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");
|
|
}); |