The branch, master has been updated via 70100c8044d719300a87ee76807bf4c19d8517f5 (commit) from b27672866683d4a1b3f0d82278804165b0d63466 (commit)
- Log ----------------------------------------------------------------- commit 70100c8044d719300a87ee76807bf4c19d8517f5 Author: Marc Delisle marc@infomarc.info Date: Sat Apr 30 10:57:30 2011 -0400
Remove invalid_value class before validation
-----------------------------------------------------------------------
Summary of changes: js/tbl_change.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/js/tbl_change.js b/js/tbl_change.js index a6d4be9..896700b 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -215,6 +215,7 @@ function verificationsAfterFieldChange(urlField, multi_edit, theType){ } //validate for integer type if(theType.substring(0,3) == "int"){ + $this_input.removeClass("invalid_value"); if(isNaN($this_input.val())){ $this_input.addClass("invalid_value"); return false;
hooks/post-receive