🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 03:42:41 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
frontend
/
woocommerce
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/frontend/woocommerce
🔄 Refresh
✏️
Editing: additional-inputs-autoupdate.js
Writable
let timeoutId = null export const mount = (el, { event }) => { if (!el.closest('.ct-cart-auto-update')) { return } if (timeoutId) { clearTimeout(timeoutId) } timeoutId = setTimeout(function () { const updateCartButton = document.querySelector("[name='update_cart']") if (updateCartButton) { updateCartButton.click() } }, 300) }
💾 Save Changes
❌ Cancel