# HG changeset patch # User Ethan Zonca # Date 2010-10-18 21:34:43 # Node ID f9a9b62af011ab1fc9cc10dc6b8e4536c15f1d39 # Parent 3a35ca48201463896db2d955a914dcb7ff7280c8 Add prof name to input diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -102,6 +102,7 @@ if (!empty($_REQUEST['selectschool']) Class ID Section + Prof Start Time End Time M diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -80,7 +80,7 @@ var sectionsOfClass = new Array(); var result = ''; result = result + ''; - + result = result + ''; result = result + '
'); + jQuery('#jsrows').append('
'); jQuery('.className' + classNum).autocomplete({ source: "auto.php", });