🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 22:38:59 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
frontend
/
helpers
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/frontend/helpers
🔄 Refresh
✏️
Editing: is-modal-trigger.js
Writable
const modalsTriggers = [ '.ct-offcanvas-trigger', '.ct-header-account[href*="account-modal"]', '[href="#ct-compare-modal"][data-behaviour="modal"]', '[data-shortcut="compare"][data-behaviour="modal"]', ] export const isModalTrigger = (element) => { return modalsTriggers.some((selector) => element.matches(selector)) }
💾 Save Changes
❌ Cancel