Index: block.js |
=================================================================== |
--- a/block.js |
+++ b/block.js |
@@ -46,7 +46,7 @@ |
document.getElementById("filters").focus(); |
} |
-$(init); |
+window.addEventListener("load", init, false); |
function onKeyDown(event) |
{ |