diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -112,7 +112,6 @@ class page
     $this->headCode['gliderHeadcode'] = ''; 
     $this->headCode['uiTabsKeyboard'] = '';
     $this->headCode['displayTables'] = '';
-    $this->headCode['inPlace'] = '';
 
     $this->pagetitle = $ntitle;
     $this->scripts = $nscripts;
diff --git a/input.php b/input.php
--- a/input.php
+++ b/input.php
@@ -24,7 +24,7 @@ include_once 'inc' . DIRECTORY_SEPARATOR
 include_once 'inc' . DIRECTORY_SEPARATOR . 'class.page.php';
 require_once('inc' . DIRECTORY_SEPARATOR . 'schedule_store.inc');
 
-$scripts = array('jQuery', 'jQueryUI', 'qTip2', 'inPlace', 'schedInput');
+$scripts = array('jQuery', 'jQueryUI', 'qTip2', 'schedInput');
 $inputPage = page::page_create('Scheduler', $scripts, FALSE);
 
 $schedule_store = FALSE;