🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 01:51:52 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
options
/
helpers
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/options/helpers
🔄 Refresh
✏️
Editing: transform-value-for-rtl.js
Writable
const isRtl = () => document.querySelector('html').dir === 'rtl' export const transformValueForRtl = (value) => { return isRtl() ? value : value * -1 }
💾 Save Changes
❌ Cancel