Changeset - fbcf85c2f1bb
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-09 16:05:22
ohnobinki@ohnopublishing.net
Fix autocomplete support for courses which end at 21:50.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/scheduleInput.js
Show inline comments
 
@@ -155,7 +155,7 @@ function add_section_n(cnum, name, synon
 
	genOptionHtml("1820", "6:20 pm", etime) + genOptionHtml("1850", "6:50 pm", etime) +
 
	genOptionHtml("1920", "7:20 pm", etime) + genOptionHtml("1950", "7:50 pm", etime) +
 
	genOptionHtml("2020", "8:20 pm", etime) + genOptionHtml("2050", "8:50 pm", etime) +
 
	genOptionHtml("2120", "9:20 pm", etime);
 
	genOptionHtml("2120", "9:20 pm", etime) + genOptionHtml('2150', '9:50 pm', etime);
 

	
 
    if (etime.length > 0)
 
    {
0 comments (0 inline, 0 general)