mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 14:28:30 +00:00
Update edit.php
This commit is contained in:
parent
e1ed479219
commit
8ccb881d66
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user