🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:31:40 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
📍 /home/therahul/thedasstores.com/wp-content/plugins/blocksy-companion/static/js
🔄 Refresh
✏️
Editing: sticky.js
Writable
import ctEvents from 'ct-events' import { registerDynamicChunk } from 'blocksy-frontend' import { mountStickyHeader } from './frontend/sticky' if (document.body.className.indexOf('e-preview') > -1) { setTimeout(() => { mountStickyHeader() }, 500) } else { mountStickyHeader() } registerDynamicChunk('blocksy_sticky_header', { mount: (el) => {}, })
💾 Save Changes
❌ Cancel