public/javascripts/edit_web.js in instiki-0.10.1 vs public/javascripts/edit_web.js in instiki-0.10.2
- old
+ new
@@ -48,5 +48,8 @@
inputElements[i].setAttribute("autocomplete","off");
}//if current input element has the disableAutoComplete class set.
}//loop thru input elements
}
}
+
+// This line is executed when the script is loaded
+overrideAutocomplete();