PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
themes
/
sinatra
/
inc
/
customizer
/
controls
/
heading
wp.customize.controlConstructor['sinatra-heading'] = wp.customize.Control.extend({ ready: function() { 'use strict'; var control = this; // Change the value if ( control.params.toggle ) { control.container.on( 'click', '.sinatra-heading-wrapper', function() { control.setting.set( ! control.setting.get() ); var $input = control.container.find( 'input[type=checkbox]' ); $input.prop( 'checked', !$input.prop( 'checked' ) ); }); } } });
[+]
..
[-] heading.min.js
[edit]
[-] class-sinatra-customizer-control-heading.php
[edit]
[-] heading.min.css
[edit]
[-] heading.scss
[edit]
[-] heading.js
[edit]
[-] heading.css
[edit]