X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;fp=js%2Finserts.js;h=7da839936feac7c052de375bedc39557edf51e39;hb=550efc38d739a75612350ac3efc4fdfade630317;hp=dacb82898e200975d79a700a51177aa9fb6d7854;hpb=7b8a565a1de2c6ed3c86133efb39e31b24c380a0;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index dacb8289..7da83993 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');