PHP 8.1.33
Preview: customize-preview.min.js Size: 10.53 KB
/home/jambtst2015/public_html/tomorrowzfurniture.com/wp-includes/js/customize-preview.min.js

/*! This file is auto-generated */
!function(e,r){var s,i,a,o,c,n,u,l,d,h=wp.customize,p={};(i=history).replaceState&&(a=function(e){var t,n,i;return(t=document.createElement("a")).href=e,n=h.utils.parseQueryString(location.search.substr(1)),(i=h.utils.parseQueryString(t.search.substr(1))).customize_changeset_uuid=n.customize_changeset_uuid,n.customize_autosaved&&(i.customize_autosaved="on"),n.customize_theme&&(i.customize_theme=n.customize_theme),n.customize_messenger_channel&&(i.customize_messenger_channel=n.customize_messenger_channel),t.search=r.param(i),t.href},i.replaceState=(o=i.replaceState,function(e,t,n){return p=e,o.call(i,e,t,"string"==typeof n&&0<n.length?a(n):n)}),i.pushState=(c=i.pushState,function(e,t,n){return p=e,c.call(i,e,t,"string"==typeof n&&0<n.length?a(n):n)}),window.addEventListener("popstate",function(e){p=e.state})),s=function(t,n,i){var s;return function(){var e=arguments;i=i||this,clearTimeout(s),s=setTimeout(function(){s=null,t.apply(i,e)},n)}},h.Preview=h.Messenger.extend({initialize:function(e,t){var n=this,i=document.createElement("a");h.Messenger.prototype.initialize.call(n,e,t),i.href=n.origin(),n.add("scheme",i.protocol.replace(/:$/,"")),n.body=r(document.body),n.window=r(window),h.settings.channel&&(n.body.on("click.preview","a",function(e){n.handleLinkClick(e)}),n.body.on("submit.preview","form",function(e){n.handleFormSubmit(e)}),n.window.on("scroll.preview",s(function(){n.send("scroll",n.window.scrollTop())},200)),n.bind("scroll",function(e){n.window.scrollTop(e)}))},handleLinkClick:function(e){var t;if(t=r(e.target).closest("a"),!_.isUndefined(t.attr("href"))&&!("#"===t.attr("href").substr(0,1))&&/^https?:$/.test(t.prop("protocol"))){if(!h.isLinkPreviewable(t[0]))return wp.a11y.speak(h.settings.l10n.linkUnpreviewable),void e.preventDefault();e.preventDefault(),e.shiftKey||this.send("url",t.prop("href"))}},handleFormSubmit:function(e){var t,n;if(t=document.createElement("a"),n=r(e.target),t.href=n.prop("action"),"GET"!==n.prop("method").toUpperCase()||!h.isLinkPreviewable(t))return wp.a11y.speak(h.settings.l10n.formUnpreviewable),void e.preventDefault();e.isDefaultPrevented()||(1<t.search.length&&(t.search+="&"),t.search+=n.serialize(),this.send("url",t.href)),e.preventDefault()}}),h.addLinkPreviewing=function(){var t="a[href], area[href]";r(document.body).find(t).each(function(){h.prepareLinkPreview(this)}),"undefined"!=typeof MutationObserver?(h.mutationObserver=new MutationObserver(function(e){_.each(e,function(e){r(e.target).find(t).each(function(){h.prepareLinkPreview(this)})})}),h.mutationObserver.observe(document.documentElement,{childList:!0,subtree:!0})):r(document.documentElement).on("click focus mouseover",t,function(){h.prepareLinkPreview(this)})},h.isLinkPreviewable=function(t,e){var n,i,s;return i=_.extend({},{allowAdminAjax:!1},e||{}),"javascript:"===t.protocol||("https:"===t.protocol||"http:"===t.protocol)&&(s=t.host.replace(/:(80|443)$/,""),n=document.createElement("a"),!_.isUndefined(_.find(h.settings.url.allowed,function(e){return n.href=e,n.protocol===t.protocol&&n.host.replace(/:(80|443)$/,"")===s&&0===t.pathname.indexOf(n.pathname.replace(/\/$/,""))}))&&(!/\/wp-(login|signup)\.php$/.test(t.pathname)&&(/\/wp-admin\/admin-ajax\.php$/.test(t.pathname)?i.allowAdminAjax:!/\/wp-(admin|includes|content)(\/|$)/.test(t.pathname))))},h.prepareLinkPreview=function(e){var t,n=r(e);e.hasAttribute("href")&&(n.closest("#wpadminbar").length||"#"!==n.attr("href").substr(0,1)&&/^https?:$/.test(e.protocol)&&(h.settings.channel&&"https"===h.preview.scheme.get()&&"http:"===e.protocol&&-1!==h.settings.url.allowedHosts.indexOf(e.host)&&(e.protocol="https:"),n.hasClass("wp-playlist-caption")||(h.isLinkPreviewable(e)?(n.removeClass("customize-unpreviewable"),(t=h.utils.parseQueryString(e.search.substring(1))).customize_changeset_uuid=h.settings.changeset.uuid,h.settings.changeset.autosaved&&(t.customize_autosaved="on"),h.settings.theme.active||(t.customize_theme=h.settings.theme.stylesheet),h.settings.channel&&(t.customize_messenger_channel=h.settings.channel),e.search=r.param(t)):h.settings.channel&&n.addClass("customize-unpreviewable"))))},h.addRequestPreviewing=function(){r.ajaxPrefilter(function(e,t,n){var i,s,a,o={};(i=document.createElement("a")).href=e.url,h.isLinkPreviewable(i,{allowAdminAjax:!0})&&(s=h.utils.parseQueryString(i.search.substring(1)),h.each(function(e){e._dirty&&(o[e.id]=e.get())}),_.isEmpty(o)||("POST"!==(a=e.type.toUpperCase())&&(n.setRequestHeader("X-HTTP-Method-Override",a),s._method=a,e.type="POST"),e.data?e.data+="&":e.data="",e.data+=r.param({customized:JSON.stringify(o)})),s.customize_changeset_uuid=h.settings.changeset.uuid,h.settings.changeset.autosaved&&(s.customize_autosaved="on"),h.settings.theme.active||(s.customize_theme=h.settings.theme.stylesheet),s.customize_preview_nonce=h.settings.nonce.preview,i.search=r.param(s),e.url=i.href)})},h.addFormPreviewing=function(){r(document.body).find("form").each(function(){h.prepareFormPreview(this)}),"undefined"!=typeof MutationObserver&&(h.mutationObserver=new MutationObserver(function(e){_.each(e,function(e){r(e.target).find("form").each(function(){h.prepareFormPreview(this)})})}),h.mutationObserver.observe(document.documentElement,{childList:!0,subtree:!0}))},h.prepareFormPreview=function(i){var e,t={};i.action||(i.action=location.href),(e=document.createElement("a")).href=i.action,h.settings.channel&&"https"===h.preview.scheme.get()&&"http:"===e.protocol&&-1!==h.settings.url.allowedHosts.indexOf(e.host)&&(e.protocol="https:",i.action=e.href),"GET"===i.method.toUpperCase()&&h.isLinkPreviewable(e)?(r(i).removeClass("customize-unpreviewable"),t.customize_changeset_uuid=h.settings.changeset.uuid,h.settings.changeset.autosaved&&(t.customize_autosaved="on"),h.settings.theme.active||(t.customize_theme=h.settings.theme.stylesheet),h.settings.channel&&(t.customize_messenger_channel=h.settings.channel),_.each(t,function(e,t){var n=r(i).find('input[name="'+t+'"]');n.length?n.val(e):r(i).prepend(r("<input>",{type:"hidden",name:t,value:e}))}),h.settings.channel&&(i.target="_self")):h.settings.channel&&r(i).addClass("customize-unpreviewable")},h.keepAliveCurrentUrl=(n=location.pathname,u=location.search.substr(1),l=null,d=["customize_theme","customize_changeset_uuid","customize_messenger_channel","customize_autosaved"],function(){var e,t;u!==location.search.substr(1)||n!==location.pathname?(e=document.createElement("a"),null===l&&(e.search=u,l=h.utils.parseQueryString(u),_.each(d,function(e){delete l[e]})),e.href=location.href,t=h.utils.parseQueryString(e.search.substr(1)),_.each(d,function(e){delete t[e]}),n===location.pathname&&_.isEqual(l,t)?h.preview.send("keep-alive"):(e.search=r.param(t),e.hash="",h.settings.url.self=e.href,h.preview.send("ready",{currentUrl:h.settings.url.self,activePanels:h.settings.activePanels,activeSections:h.settings.activeSections,activeControls:h.settings.activeControls,settingValidities:h.settings.settingValidities})),l=t,u=location.search.substr(1),n=location.pathname):h.preview.send("keep-alive")}),h.settingPreviewHandlers={custom_logo:function(e){r("body").toggleClass("wp-custom-logo",!!e)},custom_css:function(e){r("#wp-custom-css").text(e)},background:function(){var e="",t={};_.each(["color","image","preset","position_x","position_y","size","repeat","attachment"],function(e){t[e]=h("background_"+e)}),r(document.body).toggleClass("custom-background",!(!t.color()&&!t.image())),t.color()&&(e+="background-color: "+t.color()+";"),t.image()&&(e+='background-image: url("'+t.image()+'");',e+="background-size: "+t.size()+";",e+="background-position: "+t.position_x()+" "+t.position_y()+";",e+="background-repeat: "+t.repeat()+";",e+="background-attachment: "+t.attachment()+";"),r("#custom-background-css").text("body.custom-background { "+e+" }")}},r(function(){var e,t,n;h.settings=window._wpCustomizeSettings,h.settings&&(h.preview=new h.Preview({url:window.location.href,channel:h.settings.channel}),h.addLinkPreviewing(),h.addRequestPreviewing(),h.addFormPreviewing(),t=function(e,t,n){var i=h(e);i?i.set(t):(n=n||!1,i=h.create(e,t,{id:e}),n&&(i._dirty=!0))},h.preview.bind("settings",function(e){r.each(e,t)}),h.preview.trigger("settings",h.settings.values),r.each(h.settings._dirty,function(e,t){var n=h(t);n&&(n._dirty=!0)}),h.preview.bind("setting",function(e){t.apply(null,e.concat(!0))}),h.preview.bind("sync",function(t){t.settings&&t["settings-modified-while-loading"]&&_.each(_.keys(t.settings),function(e){h.has(e)&&!t["settings-modified-while-loading"][e]&&delete t.settings[e]}),r.each(t,function(e,t){h.preview.trigger(e,t)}),h.preview.send("synced")}),h.preview.bind("active",function(){h.preview.send("nonce",h.settings.nonce),h.preview.send("documentTitle",document.title),h.preview.send("scroll",r(window).scrollTop())}),n=function(e){h.settings.changeset.uuid=e,r(document.body).find("a[href], area[href]").each(function(){h.prepareLinkPreview(this)}),r(document.body).find("form").each(function(){h.prepareFormPreview(this)}),history.replaceState&&history.replaceState(p,"",location.href)},h.preview.bind("changeset-uuid",n),h.preview.bind("saved",function(e){e.next_changeset_uuid&&n(e.next_changeset_uuid),h.trigger("saved",e)}),h.preview.bind("autosaving",function(){h.settings.changeset.autosaved||(h.settings.changeset.autosaved=!0,r(document.body).find("a[href], area[href]").each(function(){h.prepareLinkPreview(this)}),r(document.body).find("form").each(function(){h.prepareFormPreview(this)}),history.replaceState&&history.replaceState(p,"",location.href))}),h.preview.bind("changeset-saved",function(e){_.each(e.saved_changeset_values,function(e,t){var n=h(t);n&&_.isEqual(n.get(),e)&&(n._dirty=!1)})}),h.preview.bind("nonce-refresh",function(e){r.extend(h.settings.nonce,e)}),h.preview.send("ready",{currentUrl:h.settings.url.self,activePanels:h.settings.activePanels,activeSections:h.settings.activeSections,activeControls:h.settings.activeControls,settingValidities:h.settings.settingValidities}),setInterval(h.keepAliveCurrentUrl,h.settings.timeouts.keepAliveSend),h.preview.bind("loading-initiated",function(){r("body").addClass("wp-customizer-unloading")}),h.preview.bind("loading-failed",function(){r("body").removeClass("wp-customizer-unloading")}),e=r.map(["color","image","preset","position_x","position_y","size","repeat","attachment"],function(e){return"background_"+e}),h.when.apply(h,e).done(function(){r.each(arguments,function(){this.bind(h.settingPreviewHandlers.background)})}),h("custom_logo",function(e){h.settingPreviewHandlers.custom_logo.call(e,e.get()),e.bind(h.settingPreviewHandlers.custom_logo)}),h("custom_css["+h.settings.theme.stylesheet+"]",function(e){e.bind(h.settingPreviewHandlers.custom_css)}),h.trigger("preview-ready"))})}(wp,jQuery);

Directory Contents

Dirs: 11 × Files: 100

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
crop DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
dist DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
- drwxr-xr-x 2024-11-22 17:53:11
Edit Download
jcrop DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
jquery DIR
- drwxr-xr-x 2024-11-22 17:53:11
Edit Download
- drwxr-xr-x 2024-11-22 17:53:11
Edit Download
plupload DIR
- drwxr-xr-x 2024-11-22 17:53:11
Edit Download
swfupload DIR
- drwxr-xr-x 2024-11-22 17:53:11
Edit Download
thickbox DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
tinymce DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
10.51 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.50 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
2.59 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
805 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
20.87 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
5.39 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
75.97 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
23.41 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
28.80 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.19 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
28.40 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
16.26 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
12.16 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
2.96 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
25.16 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
7.71 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
7.72 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.47 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
6.66 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.61 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
14.67 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
4.94 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
22.71 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
7.70 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
27.30 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
10.53 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
32.55 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.50 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.95 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.40 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
22.61 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
5.79 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.68 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.83 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.10 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
5.50 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
17.99 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.08 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
23.57 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
25.45 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
9.68 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
26.84 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
12.58 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
28.44 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
10.69 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
29.12 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
14.08 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
44.60 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
13.71 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
260.70 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
104.75 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
22.08 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
10.93 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.51 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
2.60 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
9.99 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.85 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.22 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
27.35 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
11.06 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
51.68 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
15.78 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.56 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.82 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.13 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.05 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
45.65 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
14.31 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
4.13 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.64 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
14.88 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.98 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.20 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.36 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
6.10 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.05 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.14 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.40 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
6.79 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.82 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
13.91 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
8.78 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
2.81 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
970 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
599 B lrw-r--r-- 2024-11-22 17:53:11
Edit Download
24.67 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
7.26 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.00 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.55 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.32 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
458 B lrw-r--r-- 2024-11-22 17:53:11
Edit Download
3.89 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
1.05 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download
560 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
272 B lrw-r--r-- 2024-11-22 17:53:11
Edit Download
20.58 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
10.99 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
821 B lrw-r--r-- 2024-11-22 17:53:11
Edit Download
353 B lrw-r--r-- 2024-11-22 17:53:11
Edit Download
802.97 KB lrw-r--r-- 2024-11-22 17:53:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).