]> wagnertech.de Git - mfinanz.git/blobdiff - js/common.js
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[mfinanz.git] / js / common.js
index 279ff8dae9213555994a496f89fce2815c9075f8..cabc6507ed0a49beccb02f6a92692a76f2c62473 100644 (file)
@@ -58,7 +58,7 @@ function check_right_number_format(input_name) {
   if(decpoint && decpoint == ','){
     test_val = test_val.replace(/,/g, '.');
   }
-  var forbidden = test_val.match(/[^-\+\/\*\.0-9\ ]/g );
+  var forbidden = test_val.match(/[^\s\d\(\)\-\+\*\/\.]/g);
   if (forbidden && forbidden.length > 0 ){
     return show_alert_and_focus(input_name, wrongNumberFormat);
   } 
@@ -166,7 +166,6 @@ $(document).ready(function () {
   });
   // legacy. sone forms install these
   if (typeof fokus == 'function') { fokus(); return; }
-  if (focus_by_name('fokus'))        return;
   if (focus_by_name('cursor_fokus')) return;
   set_cursor_to_first_element();
 });