Changeset - 0d08b6eb1211
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-25 17:06:57
ohnobinki@ohnopublishing.net
Remove jQuery call from scheduleInput.js which was only supposed to go into
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -324,16 +324,13 @@ jQuery(document).ready(function() {
 
	jQuery(".defText").blur();
 

	
 
	//--------------------------------------------------
 
	// Show/Hide advanced items
 
	//--------------------------------------------------
 
	jQuery('.advanced').hide();    
 
	jQuery('#showadvanced').click( function() {
 
		jQuery('#showadvanced').hide();
 
		jQuery('.advanced').slideToggle();
 
	});
 

	
 
        add_class(); 
 
	jQuery('#show-box input').change(show_box_change);
 

	
 

	
 
});
0 comments (0 inline, 0 general)