?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/customizer/sync/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/js/customizer

?? Viewing: misc.js

const renderPassepartout = () => {
	document.body.removeAttribute('data-frame')

	if (wp.customize('has_passepartout')() === 'yes') {
		document.body.dataset.frame = 'default'
	}
}

wp.customize('has_passepartout', (val) =>
	val.bind((to) => {
		renderPassepartout()
	})
)


??

??