Файловый менеджер - Редактировать - /home/pimjdymy/public_html/revisionroad/themes/ee/asset/javascript/compressed/cp/files/overwrite_rename.js
Назад
/*! * This source file is part of the open source project * ExpressionEngine (https://expressionengine.com) * * @link https://expressionengine.com/ * @copyright Copyright (c) 2003-2023, Packet Tide, LLC (https://www.packettide.com) * @license https://expressionengine.com/license Licensed under Apache License, Version 2.0 */ $(document).ready(function () { var confirmUnload = function (e) { var e = e || window.event; var message = "The file name conflict has not been resolved."; // For IE and Firefox prior to version 4 if (e) { e.returnValue = message; } // For Safari return message; }; var cleanUp = function (e) { $.ajax({ type: "POST", url: $('.w-12 .box form.settings').attr('action'), data: $('.w-12 .box form.settings').serialize() + '&submit=cancel', async: false }); }; $(window).on('beforeunload', confirmUnload); $(window).on('unload', cleanUp); $('.form-standard form').on('submit', function() { $(window).off('beforeunload', confirmUnload); $(window).off('unload', cleanUp); }); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка