🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 07:21:24 | 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: set-loader-state.js
Writable
export const setLoaderState = (container, { enabled }) => { const anim = container.querySelector('.ct-ajax-loader animateTransform') if (!anim) return if (enabled) { anim.beginElement() } else { anim.endElement() } }
💾 Save Changes
❌ Cancel