File manager - Edit - /home/opticamezl/www/newok/531c5/com_content.tar
Back
js/articles-status-es5.js 0000644 00000001046 15172647153 0011353 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { document.addEventListener('DOMContentLoaded', function () { var elements = [].slice.call(document.querySelectorAll('.article-status')); elements.forEach(function (element) { element.addEventListener('click', function (event) { event.stopPropagation(); }); }); }); })(); })(); js/admin-articles-modal.min.js.gz 0000644 00000000756 15172647153 0012730 0 ustar 00 � �R�j1��+Ta�ʬ�6�b[�ׄ')��B��x�D���l���/� ��M/9�8��ͼ73������K0ŖK悝~��]����WA#�"1eNK6��q<�v;y��C��[Y��Ed���_���gug�f�7� C4ޱS��@&,"���|q�ZHz��v��~'�WhQ�,��U�SL)�ԦF����I(��K2�ń?S>��<r�֨�������`ON�cm�y�|"��>b"&ڻH5�|�F�s|�z lp�x�� ���R����Y�h���&���LG��'�u��4.8����ʀ��ݪ�wI��n���걭�]ax��0�6�25���az�x��^B�/����Dj�!����STY��آ�q����%Ҙ�)(j5͈�����pS��S.&����߄�uo�69H79�A�Y<j���*k�T�c����@.���[��D����C�v js/admin-article-readmore-es5.js 0000644 00000001741 15172647153 0012533 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { var options = window.Joomla.getOptions('xtd-readmore'); window.insertReadmore = function (editor) { if (!options) { // Something went wrong! throw new Error('XTD Button \'read more\' not properly initialized'); } var content = window.Joomla.editors.instances[editor].getValue(); if (!content) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else if (content && !content.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i)) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else { Joomla.renderMessages({ error: [options.exists] }); return false; } return true; }; })(); })(); js/admin-articles-default-batch-footer.min.js.gz 0000644 00000000533 15172647153 0015624 0 ustar 00 � m��N1E�� ��(��)�BA@)��<���$� �$�� Ŀ�)��;�:�J�K�W ���(���;��5FX��µeF�fѕp�b^���x�ٔ�)��--���&8���˛{�Ĉd���&8����rH�!4��*Ȉ0�M�7�i�/<��Xʨ�2�o.��`���(wux�6? ���� �"Q+t0�s�&�K�i�-F>{�y�U�E��a��k��-��(�$Y�z�bi��>c�y��Ǘ�z�"��d=z��o*��[�wκcNq�P�#pMpOB���li�ܳO�)����"�"IJ�콫��O����!��D����J�� js/admin-article-pagebreak.js 0000644 00000001651 15172647153 0012164 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { window.insertPagebreak = editor => { // Get the pagebreak title let title = document.getElementById('title').value; if (!window.parent.Joomla.getOptions('xtd-pagebreak')) { // Something went wrong! window.parent.Joomla.Modal.getCurrent().close(); return false; } // Get the pagebreak toc alias -- not inserting for now don't know which attribute to use.. let alt = document.getElementById('alt').value; title = title !== '' ? `title="${title}"` : ''; alt = alt !== '' ? `alt="${alt}"` : ''; const tag = `<hr class="system-pagebreak" ${title} ${alt}>`; window.parent.Joomla.editors.instances[editor].replaceSelection(tag); window.parent.Joomla.Modal.getCurrent().close(); return false; }; })(); js/form-edit.min.js.gz 0000644 00000000616 15172647153 0010623 0 ustar 00 � mQ�N[1}�WXWJ�K��4�.�X�C� L��!�&���M�ķ�*��)�i���c�����ᛉ�]r���H8���3ܬ)�<��\!3�\�4_W��e4�n��w��G�r���;C!�����K ��ï~ᝁ�;���]p1�G��@&��t�^�[�/<��H���㽉!3D]Yd<��s|ʘ��:� m��������f�$n=u��njE��@�u����C�z}e�S�A�,rL��R���$�IVhm���3��H����$.���lU�r���e�{��OOi7'O�c:�^<����ã���E���{����<Wu��}P�D��'�=��cZқ�s��=�������{ M_�?w�h���/ޔ@k js/articles-status.min.js 0000644 00000000524 15172647153 0011443 0 ustar 00 /** * @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */document.addEventListener("DOMContentLoaded",()=>{[].slice.call(document.querySelectorAll(".article-status")).forEach(e=>{e.addEventListener("click",t=>{t.stopPropagation()})})}); js/admin-article-readmore.min.js 0000644 00000001224 15172647153 0012617 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(()=>{const r=window.Joomla.getOptions("xtd-readmore");window.insertReadmore=e=>{if(!r)throw new Error("XTD Button 'read more' not properly initialized");const o=window.Joomla.editors.instances[e].getValue();if(!o)Joomla.editors.instances[e].replaceSelection('<hr id="system-readmore">');else if(o&&!o.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i))Joomla.editors.instances[e].replaceSelection('<hr id="system-readmore">');else return Joomla.renderMessages({error:[r.exists]}),!1;return!0}})(); js/articles-status.min.js.gz 0000644 00000000421 15172647153 0012056 0 ustar 00 � m�OK�@����6�n$Gk�RC)� x*�ͳ]��o_ZK�K�x���0��<�F������n� 5K��- Xw���-�҈ �1,��p���]��N'�Nt�F��+�;�!"