# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-25 17:06:57 # Node ID 0d08b6eb121185f95587d804bc154416ede1f0d1 # Parent 94b51ddbbcefcf0996359f0036882451abec511e Remove jQuery call from scheduleInput.js which was only supposed to go into diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -333,7 +333,4 @@ jQuery(document).ready(function() { }); add_class(); - jQuery('#show-box input').change(show_box_change); - - });