Файловый менеджер - Редактировать - /home/pimjdymy/public_html/revisionroad/themes/ee/asset/javascript/compressed/cp/design/manager.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 */ /* This file exposes three callback functions: * * EE.manager.showPrefsRow and EE.manager.hidePrefsRow and * EE.manager.refreshPrefs */ /*jslint browser: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: false, bitwise: true, regexp: false, strict: true, newcap: true, immed: true */ /*global $, jQuery, EE, window, document, console, alert */ "use strict"; (function ($) { $(document).ready(function () { $('table .toolbar a.settings').click(function (e) { var settings_button = this; var modal = $('.' + $(this).attr('rel')); $.ajax({ type: "GET", url: EE.template_settings_url.replace('###', $(this).data('template-id')), dataType: 'html', success: function (data) { loadSettingsModal(modal, data); } }) }); function loadSettingsModal(modal, data) { $('div.box', modal).html(data); // Bind validation EE.cp.formValidation.init(modal); SelectField.renderFields(modal); $('form', modal).on('submit', function() { $.ajax({ type: 'POST', url: this.action, data: $(this).serialize()+'&save_modal=yes', dataType: 'json', success: function(result) { if (result.messageType == 'success') { modal.trigger('modal:close'); } else { loadSettingsModal(modal, result.body); } } }); return false; }); }; // Reorder template groups EE.cp.folderList.onSort('template-group', function(list) { // Create an array of template group names var template_groups = $.map($('> .sidebar__link', list), function(list_item) { return $(list_item).data('group_name'); }); $.ajax({ url: EE.templage_groups_reorder_url, data: {'groups': template_groups }, type: 'POST', dataType: 'json' }); }); }); })(jQuery);
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка