X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=e1762dd37b1ba43836d72eb771fa70b16f8a8110;hb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;hp=dacb82898e200975d79a700a51177aa9fb6d7854;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index dacb8289..e1762dd3 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -29,6 +29,12 @@ function validate(e) { return true; } +function set_fullmode() { + document.getElementById('ui_mode').value = 1; + document.loginform.submit(); + return true; +} + function save_focus(e) { _focus = e.name||e.id; var h = document.getElementById('hints'); @@ -133,8 +139,6 @@ function _set_combo_select(e) { e.setAttribute('_last', e.selectedIndex); e.onblur = function() { var box = document.getElementsByName(this.getAttribute('rel'))[0]; -// if(string_contains(this.className, 'combo')) -// _update_box(this); if ((this.selectedIndex != this.getAttribute('_last')) ||((string_contains(this.className, 'combo') || string_contains(this.className, 'combo3')) && _update_box(this)) ) @@ -463,8 +467,6 @@ var inserts = { var ulist=ul.getElementsByTagName("li"); for (var x=0; x