芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/media.5/com_associations/js/admin-associations-default-es5.js
(function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla.submitbutton = function (pressbutton) { if (pressbutton === 'associations.purge') { // eslint-disable-next-line no-restricted-globals if (confirm(Joomla.Text._('COM_ASSOCIATIONS_PURGE_CONFIRM_PROMPT'))) { Joomla.submitform(pressbutton); } else { return false; } } else { Joomla.submitform(pressbutton); } return true; }; }());