]> dev.renevier.net Git - syj.git/blobdiff - public/js/login.js
js strict mode in development files
[syj.git] / public / js / login.js
index 25562ed14b3382a02c9a6653a62213acaa068dbe..491bfad6d75455f01b5399d962880f5c8be601a4 100644 (file)
@@ -1,6 +1,8 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
+"use strict";
+
 document.observe("dom:loaded", function() {
     var form = $("loginform");
     form.setfocus();