# HG changeset patch # User Ethan Zonca # Date 2011-03-24 20:18:20 # Node ID 22bac1dc121034f8a0e8f01a2deda718c951d5eb # Parent f0d9f37354b5a4ed41bf98bc620c0288957d22ca Removed old pointless inPlace script 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;