Changeset - 930d51cef2e7
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-27 20:03:40
ohnobinki@ohnopublishing.net
Also avoid calling jQuery().validate() if IE doesn't think it exists, this actually lets the input.php page work.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -266,12 +266,14 @@ function prettyTime(time_str)
 
//--------------------------------------------------
 
jQuery(document).ready(function() {
 

	
 
	//--------------------------------------------------
 
	// Validates the form (pre-submission check)
 
	//--------------------------------------------------
 
	/* don't call if IE doesn't think the function exists */
 
	if (jQuery('#scheduleForm').validate)
 
		jQuery('#scheduleForm').validate({
 
			debug: false,
 
		}); 
 

	
 
	//--------------------------------------------------
 
	// Bind the class-adding method
0 comments (0 inline, 0 general)