removed unused function checkRegexp
This commit is contained in:
parent
49755d1113
commit
50b8e04d9d
1 changed files with 0 additions and 12 deletions
|
@ -233,18 +233,6 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
|
||||
function checkRegexp(o,regexp,n) {
|
||||
|
||||
if ( !( regexp.test( o.val() ) ) ) {
|
||||
o.addClass('ui-state-error');
|
||||
updateTips(n);
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$("#dialog-form").dialog({
|
||||
autoOpen: false,
|
||||
height: 300,
|
||||
|
|
Loading…
Add table
Reference in a new issue