Changeset - 71e300c8c55b
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 15 years ago 2011-03-21 00:17:55
ohnobinki@ohnopublishing.net
Trash the ``Add Class'' button which is rendered a noop by the code which enforces that there always is and only is one empty course entry row.
2 files changed with 0 insertions and 11 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -180,9 +180,6 @@ if (!empty($_REQUEST['selectsemester']))
 
      </table>
 
    </td>
 
  </tr>
 
  <tr>
 
    <td><span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class</span></td>
 
  </tr>
 
</table>
 

	
 
<div class="paddingtop">
scripts/scheduleInput.js
Show inline comments
 
@@ -436,14 +436,6 @@ function prettyTime(time_str)
 
jQuery(document).ready(function() {
 

	
 
	//--------------------------------------------------
 
	// Bind the class-adding method
 
	//--------------------------------------------------
 
	jQuery('#addclass').click(function() {
 
		var classNum = add_class();
 
		// add_section(classNum); // enable eventually
 
	});
 

	
 
	//--------------------------------------------------
 
	// Deletes the selected class from input
 
	//--------------------------------------------------
 
	jQuery('.deleteClass').live('click', function() {
0 comments (0 inline, 0 general)