| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/zerif-upsell-customize-controls.js.tar |
zerif-lite/inc/class/class-customizer-theme-info-control/js/zerif-upsell-customize-controls.js 0000604 00000001260 15112501517 0040235 0 ustar 00 home/xbodynamge/crosstraining/wp-content/themes ( function( api ) {
// Extends our custom "zerif-theme-info" section.
api.sectionConstructor['zerif-theme-info'] = api.Section.extend(
{
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
}
);
// Extends our custom "zerif-upsell-frontpage-sections" section.
api.sectionConstructor['zerif-upsell-frontpage-sections'] = api.Section.extend(
{
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
}
);
} )( wp.customize );
zerif-lite/inc/class/class-customizer-theme-info-control/js/zerif-upsell-customize-controls.js 0000644 00000001260 15115627116 0036141 0 ustar 00 home/xbodynamge/dev/wp-content/themes ( function( api ) {
// Extends our custom "zerif-theme-info" section.
api.sectionConstructor['zerif-theme-info'] = api.Section.extend(
{
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
}
);
// Extends our custom "zerif-upsell-frontpage-sections" section.
api.sectionConstructor['zerif-upsell-frontpage-sections'] = api.Section.extend(
{
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
}
);
} )( wp.customize );