diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -54,8 +54,8 @@ }); - var classNum = 0; - var sectionsOfClass = new Array(); // holds number of sections for each class + /* classNum is declared in the
to enable loading of saved classes */ + /* sectionsOfClass is declared in the
to enable loading of saved sections */ function numberedIds(name){ return '
'; } function customIds(name){ - return '
'; + return '
'; } //--------------------------------------------------