Changeset - 2c4431ccf81f
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-17 08:29:39
ohnobinki@ohnopublishing.net
Guard against one javascript error.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -175,7 +175,7 @@ function add_sections(cnum, data)
 
		jQuery('.className' + classNum).bind('autocompletechange', {'class_num': classNum},
 
			function(event, ui)
 
			    {
 
				if (ui.item.value.indexOf('-'))
 
				if (ui.item && ui.item.value.indexOf('-'))
 
				    {
 
					jQuery.ajax(
 
						      {
0 comments (0 inline, 0 general)