Till Brehm
2014-08-14 1bcc716dfaf8dcea2b036b0e96302fef4fcc98ad
interface/web/js/scrigo.js.php
@@ -438,6 +438,8 @@
}
function changeTab(tab,target,force) {
   if(requestsRunning > 0) return false;
   //document.forms[0].next_tab.value = tab;
   document.pageForm.next_tab.value = tab;
@@ -809,7 +811,7 @@
   oldPWField.remove();
   var pword = password(<?php echo $min_password_length; ?>, false, 1);
   jQuery('#'+repeatPasswordFieldID).val(pword);
   newPWField.attr('id', passwordFieldID).val(pword).trigger('keyup');
   newPWField.attr('id', passwordFieldID).val(pword).trigger('keyup').select();
}
var funcDisableClick = function(e) { e.preventDefault(); return false; };