1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Corrects no error check for waiver under Mozilla.

1)  Strangly Chromium didn't pick-up on this bug, but worked perfectly.
This commit is contained in:
Jonathan Rosenbaum 2015-03-14 06:48:26 +00:00
parent 825b4cbf90
commit 8d73c85cca

View File

@ -104,7 +104,7 @@ $(function(){
}
// waiver checkbox
err5 = error_handler(waiver_checkbox.prop("checked"),waiver_error,false,"*Required",event);
err5 = error_handler(waiver_checkbox.prop("checked"),waiver_error,false,"*Required",e);
if ((err0 + err1 + err2 + err3 + err4 + err5) > 0 ) {