30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 14:00:51 +00:00

Update edit.php

This commit is contained in:
zero-24 2015-09-10 10:27:45 +02:00
parent e1ed479219
commit 8ccb881d66

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)
{