Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/plugins/js_composer/assets/js/utils/utils.js
Назад
(function (window) { 'use strict'; if ( ! window.vc ) { window.vc = {}; } window.vc.utils = { fixUnclosedTags: function ( string ) { // Replace opening < with an entity < to avoid editor breaking var regex = /<([^>]+)$/g; return string.replace(regex, '<'); }, fallbackCopyTextToClipboard: function (text) { var textArea = document.createElement("textarea"); textArea.value = text; // Avoid scrolling to bottom textArea.style.top = "0"; textArea.style.left = "0"; textArea.style.position = "fixed"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { document.execCommand('copy'); } catch (err) { console.error('Unable to copy', err); } document.body.removeChild(textArea); }, copyTextToClipboard: function (text) { if (!navigator.clipboard) { this.fallbackCopyTextToClipboard(text); return; } navigator.clipboard.writeText(text); } }; })(window);
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка