initial
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'ec92cd5bc86cbed278e8');
|
||||
+1
@@ -0,0 +1 @@
|
||||
(()=>{function t(t,e){document.querySelectorAll(t).forEach(t=>{for(const[o,c]of Object.entries(e))t.style[o]=c})}function e(t,e,o){document.querySelectorAll(t).forEach(t=>{!1===e?(t.style.clip="rect(1px, 1px, 1px, 1px)",t.style.height="1px",t.style.overflow="hidden",t.style.position="absolute",t.style.width="1px",document.body.classList.add(o)):(t.style.clip="auto",t.style.height="auto",t.style.overflow="visible",t.style.position="relative",t.style.width="auto",document.body.classList.remove(o))})}wp.customize("jetpack_content_blog_display",function(e){function o(e){const o=".jetpack-blog-display.jetpack-the-content",c=".jetpack-blog-display.jetpack-the-excerpt",n=".featured-content .jetpack-blog-display";if("content"===e?(t(`${c}, ${n}.jetpack-the-excerpt`,{clip:"rect(1px, 1px, 1px, 1px)",position:"absolute"}),t(`${o}, ${n}.jetpack-the-content`,{clip:"auto",position:"relative"})):"excerpt"===e?(t(`${o}, ${n}.jetpack-the-content`,{clip:"rect(1px, 1px, 1px, 1px)",position:"absolute"}),t(`${c}, ${n}.jetpack-the-excerpt`,{clip:"auto",position:"relative"})):"mixed"===e&&(t(`${o}.output-the-content, ${n}.jetpack-the-content.output-the-content`,{clip:"auto",position:"relative"}),t(`${c}.output-the-content, ${o}.output-the-excerpt, ${n}.jetpack-the-excerpt.output-the-content, ${n}.jetpack-the-content.output-the-excerpt`,{clip:"rect(1px, 1px, 1px, 1px)",position:"absolute"}),t(`${c}.output-the-excerpt, ${n}.jetpack-the-excerpt.output-the-excerpt`,{clip:"auto",position:"relative"})),blogDisplay.masonry){const t=document.querySelector(blogDisplay.masonry);t&&t.masonry()}}o(blogDisplay.display),e.bind(o)}),wp.customize("jetpack_content_post_details_date",function(t){t.bind(function(t){e(postDetails.date,t,"date-hidden")})}),wp.customize("jetpack_content_post_details_categories",function(t){t.bind(function(t){e(postDetails.categories,t,"categories-hidden")})}),wp.customize("jetpack_content_post_details_tags",function(t){t.bind(function(t){e(postDetails.tags,t,"tags-hidden")})}),wp.customize("jetpack_content_post_details_author",function(t){t.bind(function(t){e(postDetails.author,t,"author-hidden")})}),wp.customize("jetpack_content_post_details_comment",function(t){t.bind(function(t){e(postDetails.comment,t,"comment-hidden")})})})();
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'c2430c688e89dabcc444');
|
||||
+1
@@ -0,0 +1 @@
|
||||
!function(){let e,t;const n=new Set,a={init:function(o){let r=o.lastElementChild;for(;r&&"TBODY"!==r.tagName;)r=r.previousElementSibling;const c=r.querySelector("tr:first-child").cloneNode(!0);return o.dataset.form=o.closest("form"),o.dataset.tbody=r,o.dataset.row=c,o.dataset.currentRow=c,e=document.getElementById("nova-menu-tax"),t=document.getElementById("_wpnonce"),o.addEventListener("keypress",function(e){13===e.which&&(e.preventDefault(),"function"==typeof FormData&&a.submitRow.call(o),a.addRow.call(o))}),o.addEventListener("focusin",function(e){"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName||(o.dataset.currentRow=e.target.closest("tr"))}),n.add(o),o},destroy:function(e){return e.removeEventListener("keypress",a.keypressHandler),e.removeEventListener("focusin",a.focusinHandler),n.delete(e),e},submitRow:function(n){const a=n.dataset.currentRow,o=a.querySelectorAll("input, textarea, select"),r=document.querySelector(n.dataset.form),c=Array.from(r.querySelectorAll("input, textarea, select"));o.forEach(e=>e.disabled=!0),c.filter(e=>!o.includes(e)).forEach(e=>e.disabled=!0);const s=new FormData(r);return s.append("ajax","1"),s.append("nova_menu_tax",e.value),s.append("_wpnonce",t.value),fetch("",{method:"POST",body:s}).then(e=>e.text()).then(e=>{a.innerHTML=e}),c.forEach(e=>e.disabled=!1),n},addRow:function(e){const t=e.dataset.row.cloneNode(!0);e.dataset.tbody.appendChild(t);const n=t.querySelector("input, textarea, select");return n&&n.focus(),e},clickAddRow:function(e){let t=e.lastElementChild;for(;t&&"TBODY"!==t.tagName;)t=t.previousElementSibling;const n=t.querySelector("tr:first-child").cloneNode(!0);n.querySelectorAll("input, textarea").forEach(e=>{e.value=""}),t.appendChild(n)}};document.addEventListener("focusin",e=>{const t=e.target.closest(".many-items-table");t&&!n.has(t)&&a.init(t)}),document.addEventListener("click",e=>{if(e.target.matches("a.nova-new-row")){const t=e.target.closest(".many-items-table");t&&(e.preventDefault(),a.clickAddRow(t))}}),new MutationObserver(e=>{e.forEach(e=>{e.removedNodes.forEach(e=>{e.matches&&e.matches(".many-items-table")&&a.destroy(e)})})}).observe(document.body,{childList:!0,subtree:!0})}();
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'f46bf3b337b2918909f5');
|
||||
+1
@@ -0,0 +1 @@
|
||||
!function(){const e={inputs:null,popInputs:null,initialize:function(){e.popInputs=document.querySelectorAll('#nova_menuchecklist-pop input[type="checkbox"]'),e.inputs=document.querySelectorAll('#nova_menuchecklist input[type="checkbox"]'),e.inputs.forEach(c=>{c.addEventListener("change",e.checkOne),c.addEventListener("change",e.syncPop)}),e.isChecked()||e.checkFirst(),e.syncPop()},syncPop:function(){e.popInputs.forEach(e=>{const c=document.querySelector(`#in-nova_menu-${e.value}`);e.checked=!!c&&c.checked})},isChecked:function(){return Array.from(e.inputs).some(e=>e.checked)},checkFirst:function(){const c=e.inputs[0];c&&(c.checked=!0)},checkOne:function(){const c=this;c.checked?e.inputs.forEach(e=>{e!==c&&(e.checked=!1)}):document.querySelector("#nova_menuchecklist").querySelectorAll('input[type="checkbox"]:checked').length>0?c.checked=!1:e.checkFirst()}};document.addEventListener("DOMContentLoaded",e.initialize)}();
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'e0795360b42bfd5b9cf3');
|
||||
+1
@@ -0,0 +1 @@
|
||||
!function(e){let n;e(document).ready(function(){n=e("#the-list"),n.sortable({cancel:".no-items, .inline-edit-row",stop:function(t,r){if(r.item.is(":first-child"))return n.sortable("cancel");n.find(".menu-label-row").each(function(){const n=e(this).data("term_id");e(this).nextUntil(".menu-label-row").each(function(t){const r=e(this);r.find(".menu-order-value").val(t),r.find(".nova-menu-term").val(n)})})}}),e("#posts-filter").append('<input type="hidden" name="'+_novaDragDrop.nonceName+'" value="'+_novaDragDrop.nonce+'" />'),e(".tablenav").prepend('<input type="submit" class="button-primary button-reorder alignright" value="'+_novaDragDrop.reorder+'" name="'+_novaDragDrop.reorderName+'" />'),e("#posts-filter").attr("method","post")})}(jQuery);
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '63aaeb55a4d4b3de1a88');
|
||||
+1
@@ -0,0 +1 @@
|
||||
jQuery(function(a){a("#customize-control-featured-content-tag-name input").suggest(ajaxurl+"?action=ajax-tag-search&tax=post_tag",{delay:500,minchars:2})});
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '1a16f71f21c6d197f51b');
|
||||
+1
@@ -0,0 +1 @@
|
||||
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
|
||||
+1
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";var t={687(){}},e={};(function i(r){var n=e[r];if(void 0!==n)return n.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,i),o.exports})(687);let i;function r(){document.querySelectorAll(".jetpack-video-wrapper").forEach(function(t){t.querySelectorAll("embed, iframe, object").forEach(function(e){let i=0;const r=t.previousElementSibling;r&&"P"===r.nodeName&&"center"===getComputedStyle(r)["text-align"]&&(i="0 auto"),e.hasAttribute("data-ratio")||(e.setAttribute("data-ratio",(e.height||0)/(e.width||0)),e.setAttribute("data-width",e.width),e.setAttribute("data-height",e.height),e.style.display="block",e.style.margin=i);const n=e.getAttribute("data-height"),o=e.getAttribute("data-ratio"),a=e.parentElement.clientWidth;if(e.removeAttribute("height"),e.removeAttribute("width"),"Infinity"===o)return e.style.width="100%",void(e.style.height=n+"px");const d=e.getAttribute("data-width");parseInt(d,10)>a?(e.style.width=a+"px",e.style.height=a*parseFloat(o)+"px"):(e.style.width=d+"px",e.style.height=n+"px")})})}function n(){window.addEventListener("load",r),window.addEventListener("resize",function(){clearTimeout(i),i=setTimeout(r,500)}),window.addEventListener("is.post-load",r),setTimeout(r)}"loading"!==document.readyState?n():document.addEventListener("DOMContentLoaded",n)})();
|
||||
+1
@@ -0,0 +1 @@
|
||||
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
|
||||
Reference in New Issue
Block a user