PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
assets
/
dev
/
javascript
/
components
jQuery(document).ready(function () { const dropdownToggles = document.querySelectorAll('.wps-admin-header__link--has-dropdown'); dropdownToggles.forEach(function (toggle) { toggle.addEventListener('click', function (e) { e.preventDefault(); const dropdownMenu = this.nextElementSibling; if (dropdownMenu) { dropdownMenu.classList.toggle('is-open'); toggle.classList.toggle('is-open'); } }); }); document.addEventListener('click', function (e) { dropdownToggles.forEach(function (toggle) { const dropdownMenu = toggle.nextElementSibling; if (dropdownMenu && !toggle.contains(e.target) && !dropdownMenu.contains(e.target)) { dropdownMenu.classList.remove('is-open'); } }); }); const targetElement = document.querySelector('.wp-header-end'); const noticeElement = document.querySelector('.notice.notice-warning.update-nag'); if (targetElement && noticeElement) { targetElement.parentNode.insertBefore(noticeElement, targetElement.nextSibling); } });
[-] tables.js
[edit]
[-] header.js
[edit]
[-] modal-handler.js
[edit]
[-] traffic-hour-chart.js
[edit]
[-] spinner.js
[edit]
[+]
..
[-] notification.js
[edit]