removed unused function checkRegexp

This commit is contained in:
Justin Otherguy 2010-09-25 17:58:26 +02:00
parent 49755d1113
commit 50b8e04d9d

View file

@ -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,