Update edit.php

This commit is contained in:
zero-24 2015-09-10 10:27:45 +02:00
parent e1ed479219
commit 8ccb881d66
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html');
JHtml::_('behavior.formvalidator');
JHtml::_('formbehavior.chosen', 'select');
// Ignore Image fieldset for the layouts as we render it manually
$this->ignore_fieldsets = array('images');
JFactory::getDocument()->addScriptDeclaration("
Joomla.submitbutton = function(task)
{