# HG changeset patch
# User ethanzonca
# Date 2010-10-08 23:37:27
# Node ID c756f53471a7f1d1ef01569fa232113867e3bb56
# Parent e5541919cd1dc099fd97afbf0e1da1bc5db7a4af
Remove calls to old js
diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -40,7 +40,6 @@ class page
$this->headCode['outputStyle'] = '';
$this->headCode['gliderHeadcode'] = '';
$this->headCode['uiTabsKeyboard'] = '';
- $this->headCode['uiInputKeyboard'] = '';
$this->pagetitle = $ntitle;
$this->scripts = $nscripts;
diff --git a/input.php b/input.php
--- a/input.php
+++ b/input.php
@@ -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;