6 lines
544 B
JavaScript
6 lines
544 B
JavaScript
/* Do not modify this file directly. It is compiled from other files. */
|
|
/**
|
|
* JS for handling the Site Logo real-time display in the Customizer preview frame.
|
|
*/
|
|
!function(s){var i,t,e,o;(0,wp.customize)("site_logo",function(l){l.bind(function(l){i||(i=s("body"),t=s(".site-logo-link"),e=s(".site-logo"),o=e.attr("data-size")),l&&l.url?(l.sizes[o]||(o="full"),e.attr({height:l.sizes[o].height,width:l.sizes[o].width,src:l.sizes[o].url,srcset:""}),t.show(),i.addClass("has-site-logo")):(t.hide(),i.removeClass("has-site-logo"))})})}(jQuery);
|