vogelor
2010-05-26 fbda8fe554d2094a0ba36f8a40f407332372440f
Fixed a error if the user logged in with other browser than firefox
1 files modified
5 ■■■■ changed files
interface/web/js/scrigo.js.php 5 ●●●● patch | view | raw | blame | history
interface/web/js/scrigo.js.php
@@ -238,7 +238,10 @@
            if(flag)break;
        }
*/
  document.pageForm.username.focus();
    try {
        document.pageForm.username.focus();
    } catch (e) {
    }
}