X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Flogin.js;h=7e4f3fd4ace92693e6de6b7e7696521e4013103b;hb=92f26ce5c76266a8b6e96a6b086aa919095e7316;hp=e4f0c68133d09d09a7adfd1a55881827dfb01279;hpb=76ca9fef9bb510236a6a7740fa0f60eb7db384c9;p=fa-stable.git diff --git a/js/login.js b/js/login.js index e4f0c681..7e4f3fd4 100644 --- a/js/login.js +++ b/js/login.js @@ -31,3 +31,9 @@ function set_fullmode() { document.loginform.submit(); return true; } + +function retry() { + document.getElementById('ui_mode').value = 1; + JsHttpRequest.request(this); + return true; +}