(Forget to make this to test it)
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
index 7964aca..dab9ab0 100644 (file)
@@ -70,9 +70,9 @@ function rowFormSubmit(elt, retpage){
   return false;
 }
 
-window.onload = {
+window.onload = function (){
   //Fix bug with disabled elements
-  $$('form').each(Form.enable);
+  \$\$('form').each(Form.enable);
 }
 
 </script>