HOME


Mini Shell 1.0
DIR: /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/static/js/customizer/sync/
Upload File :
Current File : /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/static/js/customizer/sync/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()
	})
)