/
home
/
rekodeb
/
cocoon
/
wp-content
/
themes
/
ergocraft
/
vamtam
/
admin
/
assets
/
js
/
customizer
/
Upload File
HOME
/* jshint esnext:true */ import { toggle } from './helpers'; var layout = ( api, $ ) => { 'use strict'; api( 'vamtam_theme[full-width-header]', value => { value.bind( to => { $( '.header-maybe-limit-wrapper' ).toggleClass( 'limit-wrapper', to ); } ); } ); }; export default layout;