diff --git a/admin/demo.php b/admin/demo.php index 33d06db..bfd9432 100644 --- a/admin/demo.php +++ b/admin/demo.php @@ -21,8 +21,6 @@ // No direct access to this file defined('_JEXEC') or die('Restricted access'); -JHtml::_('behavior.tabstate'); - // Access check. if (!JFactory::getUser()->authorise('core.manage', 'com_demo')) { diff --git a/admin/tables/look.php b/admin/tables/look.php index f8f362b..682a68c 100644 --- a/admin/tables/look.php +++ b/admin/tables/look.php @@ -48,7 +48,7 @@ class DemoTableLook extends JTable parent::__construct('#__demo_look', 'id', $db); // Adding History Options - JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_demo.look')); + // JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_demo.look')); } public function bind($array, $ignore = '') diff --git a/admin/views/demo/tmpl/default.php b/admin/views/demo/tmpl/default.php index 60d006f..812fec1 100644 --- a/admin/views/demo/tmpl/default.php +++ b/admin/views/demo/tmpl/default.php @@ -21,7 +21,6 @@ // No direct access to this file defined('_JEXEC') or die('Restricted access'); -JHtml::_('behavior.tooltip'); ?>
diff --git a/admin/views/look/tmpl/edit.php b/admin/views/look/tmpl/edit.php index 9c00b1f..8410afa 100644 --- a/admin/views/look/tmpl/edit.php +++ b/admin/views/look/tmpl/edit.php @@ -27,7 +27,7 @@ JHtml::_('formbehavior.chosen', 'select'); JHtml::_('behavior.keepalive'); $componentParams = $this->params; // will be removed just use $this->params instead ?> -