Changeset - c756f53471a7
[Not reviewed]
default
0 2 0
ethanzonca - 15 years ago 2010-10-08 23:37:27

Remove calls to old js
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
inc/class.page.php
Show inline comments
 
@@ -40,7 +40,6 @@ class page
 
    $this->headCode['outputStyle'] = '<link rel="stylesheet" href="styles/output.css" type="text/css" media="screen" charset="utf-8" />'; 
 
    $this->headCode['gliderHeadcode'] = '<link rel="stylesheet" href="styles/glider.css" type="text/css" media="screen" charset="utf-8" />'; 
 
   $this->headCode['uiTabsKeyboard'] = '<script type="text/javascript" src="scripts/uiTabsKeyboard.js"></script>'; 
 
   $this->headCode['uiInputKeyboard'] = '<script type="text/javascript" src="scripts/uiInputKeyboard.js"></script>';
 
   $this->pagetitle = $ntitle;
 
   $this->scripts = $nscripts;
 

	
input.php
Show inline comments
 
@@ -6,7 +6,7 @@ include_once 'class.section.php';
 
include_once 'inc/class.page.php';
 
require_once('inc/schedule_store.inc');
 

	
 
$scripts = array('jQuery', 'jQueryUI', 'jValidate','schedInput','uiInputKeyboard');
 
$scripts = array('jQuery', 'jQueryUI', 'jValidate','schedInput');
 
$inputPage = new page('Scheduler', $scripts, FALSE);
 

	
 
$schedule_store = FALSE;
0 comments (0 inline, 0 general)