Changeset - f95d14374866
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-10 13:48:18
ohnobinki@ohnopublishing.net
Close the autocomplete menu upon pressing ENTER (seems to only affect webkit people).
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -404,6 +404,8 @@ function course_autocomplete(course_i, t
 
			return;
 

	
 
		    add_sections(course_i, data);
 
		    /* Close the autocomplete menu thingy. */
 
		    course_name_elem.autocomplete('close');
 

	
 
		    new_course_num = add_class();
 

	
0 comments (0 inline, 0 general)