1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Fix slight code problems in svg-test

This commit is contained in:
kkapsner 2022-02-13 14:54:48 +01:00
parent 3d603b84d4
commit 3621fef625
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@
);
});
test.querySelector(".refresh").addEventListener("click", function(){
output.querySelector(".refresh").addEventListener("click", function(){
performTests();
});
performTests();