Файловый менеджер - Редактировать - /home/topsuzmw/public_html/wp-content/plugins/extendify/src/HelpCenter/lib/tour-helpers.js
Назад
export const waitUntilExists = (selector) => { return new Promise((resolve) => { const interval = setInterval(() => { if (document.querySelector(selector)) { clearInterval(interval); resolve(); } }, 50); }); }; export const waitUntilGone = (selector) => { return new Promise((resolve) => { const interval = setInterval(() => { if (!document.querySelector(selector)) { clearInterval(interval); resolve(); } }, 50); }); };
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка