D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
bionawozy
/
media
/
com_menus
/
js
/
Filename :
admin-item-modal.js
back
Copy
/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (Joomla => { Joomla.setMenuType = (type, tmpl) => { if (tmpl !== '') { window.parent.Joomla.submitbutton('item.setType', type); window.parent.Joomla.Modal.getCurrent().close(); } else { window.location = `index.php?option=com_menus&view=item&task=item.setType&layout=edit&type=${type}`; } }; })(Joomla);