clones
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">document.addEventListener('DOMContentLoaded',function(){if(phpVars.externalPermalinksEnabled){var links=document.getElementsByTagName('a');for(var i=0;i<links.length;i++){var url=links[i].getAttribute('href');var target=links[i].getAttribute('target');if(url!=null){if(url.indexOf('#new_tab')>=0){url=url.replace('#new_tab','');target='_blank';links[i].setAttribute('href',url);links[i].setAttribute('target',target);links[i].setAttribute('rel','noopener noreferrer nofollow')}}}}})</pre></body></html>
|
||||
@@ -0,0 +1,10 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
|
||||
* hoverIntent v1.9.0 // 2017.09.01 // jQuery v1.7.0+
|
||||
* http://briancherne.github.io/jquery-hoverIntent/
|
||||
*
|
||||
* You may use hoverIntent under the terms of the MIT license. Basically that
|
||||
* means you are free to use hoverIntent as long as this header is left intact.
|
||||
* Copyright 2007-2017 Brian Cherne
|
||||
*/
|
||||
!function(factory){"use strict";"function"==typeof define&&define.amd?define(["jquery"],factory):jQuery&&!jQuery.fn.hoverIntent&&factory(jQuery)}(function($){"use strict";var cX,cY,_cfg={interval:100,sensitivity:6,timeout:0},INSTANCE_COUNT=0,track=function(ev){cX=ev.pageX,cY=ev.pageY},compare=function(ev,$el,s,cfg){if(Math.sqrt((s.pX-cX)*(s.pX-cX)+(s.pY-cY)*(s.pY-cY))<cfg.sensitivity)return $el.off(s.event,track),delete s.timeoutId,s.isActive=!0,ev.pageX=cX,ev.pageY=cY,delete s.pX,delete s.pY,cfg.over.apply($el[0],[ev]);s.pX=cX,s.pY=cY,s.timeoutId=setTimeout(function(){compare(ev,$el,s,cfg)},cfg.interval)},delay=function(ev,$el,s,out){return delete $el.data("hoverIntent")[s.id],out.apply($el[0],[ev])};$.fn.hoverIntent=function(handlerIn,handlerOut,selector){var instanceId=INSTANCE_COUNT++,cfg=$.extend({},_cfg);$.isPlainObject(handlerIn)?(cfg=$.extend(cfg,handlerIn),$.isFunction(cfg.out)||(cfg.out=cfg.over)):cfg=$.isFunction(handlerOut)?$.extend(cfg,{over:handlerIn,out:handlerOut,selector:selector}):$.extend(cfg,{over:handlerIn,out:handlerIn,selector:handlerOut});var handleHover=function(e){var ev=$.extend({},e),$el=$(this),hoverIntentData=$el.data("hoverIntent");hoverIntentData||$el.data("hoverIntent",hoverIntentData={});var state=hoverIntentData[instanceId];state||(hoverIntentData[instanceId]=state={id:instanceId}),state.timeoutId&&(state.timeoutId=clearTimeout(state.timeoutId));var mousemove=state.event="mousemove.hoverIntent.hoverIntent"+instanceId;if("mouseenter"===e.type){if(state.isActive)return;state.pX=ev.pageX,state.pY=ev.pageY,$el.off(mousemove,track).on(mousemove,track),state.timeoutId=setTimeout(function(){compare(ev,$el,state,cfg)},cfg.interval)}else{if(!state.isActive)return;$el.off(mousemove,track),state.timeoutId=setTimeout(function(){delay(ev,$el,state,cfg.out)},cfg.timeout)}};return this.on({"mouseenter.hoverIntent":handleHover,"mouseleave.hoverIntent":handleHover},cfg.selector)}});
|
||||
;</pre></body></html>
|
||||
@@ -0,0 +1,2 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
|
||||
!function(n){"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=n(require("jquery")):n(jQuery)}(function(n){function e(n){var e=7.5625,t=2.75;return n<1/t?e*n*n:n<2/t?e*(n-=1.5/t)*n+.75:n<2.5/t?e*(n-=2.25/t)*n+.9375:e*(n-=2.625/t)*n+.984375}void 0!==n.easing&&(n.easing.jswing=n.easing.swing);var t=Math.pow,u=Math.sqrt,r=Math.sin,i=Math.cos,a=Math.PI,o=1.70158,c=1.525*o,s=2*a/3,f=2*a/4.5;return n.extend(n.easing,{def:"easeOutQuad",swing:function(e){return n.easing[n.easing.def](e)},easeInQuad:function(n){return n*n},easeOutQuad:function(n){return 1-(1-n)*(1-n)},easeInOutQuad:function(n){return n<.5?2*n*n:1-t(-2*n+2,2)/2},easeInCubic:function(n){return n*n*n},easeOutCubic:function(n){return 1-t(1-n,3)},easeInOutCubic:function(n){return n<.5?4*n*n*n:1-t(-2*n+2,3)/2},easeInQuart:function(n){return n*n*n*n},easeOutQuart:function(n){return 1-t(1-n,4)},easeInOutQuart:function(n){return n<.5?8*n*n*n*n:1-t(-2*n+2,4)/2},easeInQuint:function(n){return n*n*n*n*n},easeOutQuint:function(n){return 1-t(1-n,5)},easeInOutQuint:function(n){return n<.5?16*n*n*n*n*n:1-t(-2*n+2,5)/2},easeInSine:function(n){return 1-i(n*a/2)},easeOutSine:function(n){return r(n*a/2)},easeInOutSine:function(n){return-(i(a*n)-1)/2},easeInExpo:function(n){return 0===n?0:t(2,10*n-10)},easeOutExpo:function(n){return 1===n?1:1-t(2,-10*n)},easeInOutExpo:function(n){return 0===n?0:1===n?1:n<.5?t(2,20*n-10)/2:(2-t(2,-20*n+10))/2},easeInCirc:function(n){return 1-u(1-t(n,2))},easeOutCirc:function(n){return u(1-t(n-1,2))},easeInOutCirc:function(n){return n<.5?(1-u(1-t(2*n,2)))/2:(u(1-t(-2*n+2,2))+1)/2},easeInElastic:function(n){return 0===n?0:1===n?1:-t(2,10*n-10)*r((10*n-10.75)*s)},easeOutElastic:function(n){return 0===n?0:1===n?1:t(2,-10*n)*r((10*n-.75)*s)+1},easeInOutElastic:function(n){return 0===n?0:1===n?1:n<.5?-t(2,20*n-10)*r((20*n-11.125)*f)/2:t(2,-20*n+10)*r((20*n-11.125)*f)/2+1},easeInBack:function(n){return 2.70158*n*n*n-o*n*n},easeOutBack:function(n){return 1+2.70158*t(n-1,3)+o*t(n-1,2)},easeInOutBack:function(n){return n<.5?t(2*n,2)*(7.189819*n-c)/2:(t(2*n-2,2)*((c+1)*(2*n-2)+c)+2)/2},easeInBounce:function(n){return 1-e(1-n)},easeOutBounce:e,easeInOutBounce:function(n){return n<.5?(1-e(1-2*n))/2:(1+e(2*n-1))/2}}),n});</pre></body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
|
||||
* jQuery Mousewheel 3.1.13
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
*/
|
||||
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e:e(jQuery)}(function(u){var f,d,e=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],t="onwheel"in window.document||9<=window.document.documentMode?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],w=Array.prototype.slice;if(u.event.fixHooks)for(var i=e.length;i;)u.event.fixHooks[e[--i]]=u.event.mouseHooks;var c=u.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var e=t.length;e;)this.addEventListener(t[--e],n,{passive:false});else this.onmousewheel=n;u.data(this,"mousewheel-line-height",c.getLineHeight(this)),u.data(this,"mousewheel-page-height",c.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var e=t.length;e;)this.removeEventListener(t[--e],n,!1);else this.onmousewheel=null;u.removeData(this,"mousewheel-line-height"),u.removeData(this,"mousewheel-page-height")},getLineHeight:function(e){var t=u(e),i=t["offsetParent"in u.fn?"offsetParent":"parent"]();return i.length||(i=u("body")),parseInt(i.css("fontSize"),10)||parseInt(t.css("fontSize"),10)||16},getPageHeight:function(e){return u(e).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function n(e){var t,i=e||window.event,n=w.call(arguments,1),o=0,l=0,s=0;if((e=u.event.fix(i)).type="mousewheel","detail"in i&&(s=-1*i.detail),"wheelDelta"in i&&(s=i.wheelDelta),"wheelDeltaY"in i&&(s=i.wheelDeltaY),"wheelDeltaX"in i&&(l=-1*i.wheelDeltaX),"axis"in i&&i.axis===i.HORIZONTAL_AXIS&&(l=-1*s,s=0),o=0===s?l:s,"deltaY"in i&&(o=s=-1*i.deltaY),"deltaX"in i&&(l=i.deltaX,0===s&&(o=-1*l)),0!==s||0!==l){if(1===i.deltaMode){var a=u.data(this,"mousewheel-line-height");o*=a,s*=a,l*=a}else if(2===i.deltaMode){var h=u.data(this,"mousewheel-page-height");o*=h,s*=h,l*=h}if(t=Math.max(Math.abs(s),Math.abs(l)),(!d||t<d)&&g(i,d=t)&&(d/=40),g(i,t)&&(o/=40,l/=40,s/=40),o=Math[1<=o?"floor":"ceil"](o/d),l=Math[1<=l?"floor":"ceil"](l/d),s=Math[1<=s?"floor":"ceil"](s/d),c.settings.normalizeOffset&&this.getBoundingClientRect){var r=this.getBoundingClientRect();e.offsetX=e.clientX-r.left,e.offsetY=e.clientY-r.top}return e.deltaX=l,e.deltaY=s,e.deltaFactor=d,e.deltaMode=0,n.unshift(e,o,l,s),f&&window.clearTimeout(f),f=window.setTimeout(m,200),(u.event.dispatch||u.event.handle).apply(this,n)}}function m(){d=null}function g(e,t){return c.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}u.fn.extend({mousewheel:function(e){return e?this.on("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.off("mousewheel",e)}})});
|
||||
;</pre></body></html>
|
||||
@@ -0,0 +1,7 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(function($){'use strict';function validURL(str){var pattern=new RegExp('^(https?:\\/\\/)?'+'((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+'((\\d{1,3}\\.){3}\\d{1,3}))'+'(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*'+'(\\?[;&a-z\\d%_.~+=-]*)?'+'(\\#[-a-z\\d_]*)?$','i');return!!pattern.test(str)}
|
||||
$(document).ready(function(){var elem='.kc-us-copy-to-clipboard';if($(elem).get(0)){let clipboardLink=new ClipboardJS(elem);clipboardLink.on('success',function(e){let elem=e.trigger;$(elem).find('.kc-us-link').select();let id=elem.getAttribute('id');let copiedTextID='#copied-text-'+id;$(copiedTextID).text('Copied').fadeIn();$(copiedTextID).fadeOut('slow')})}
|
||||
$(".kc_us_create_short_link").click(function(e){e.preventDefault();var post_id=$(this).attr('data-post_id');var security=$(this).attr('data-us-security');$(this).find('.kc_us_loading').show();$.ajax({type:"post",dataType:"json",context:this,url:ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",post_id:post_id,security:security},success:function(response){if(response.status==="success"){$(this).parent('.us_short_link').html(response.html)}else{$(this).find('.kc_us_loading').hide()}},error:function(err){$(this).find('.kc_us_loading').hide()}})});$("#kc-us-dashboard-short-link").click(function(e){e.preventDefault();var targetURL=$('#kc-us-target-url').val();var slug=$('#kc-us-slug').val();var security=$('#kc-us-security').val();var domain=$('#kc-us-domain').val();if(!validURL(targetURL)){alert('Please Enter Valid Target URL');return}
|
||||
$(this).find('.kc_us_loading').show();$('#kc-us-error-message').hide();$('#kc-us-success-message').hide();$.ajax({type:"post",dataType:"json",context:this,url:ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",slug:slug,url:targetURL,security:security,domain:domain},success:function(response){if(response.status==="success"){var link=response.link;var html='Short Link : <span class="kc-flex kc-us-copy-to-clipboard" data-clipboard-text="'+link+'" id="link-25"><input type="text" readonly="true" style="width: 65%;" onclick="this.select();" value="'+link+'" class="kc-us-link"></span>';$('#kc-us-success-message').html(html);$('#kc-us-success-message').show()}else{var html='Something went wrong while creating short link';if(response.message){html=response.message}
|
||||
$('#kc-us-error-message').html(html);$('#kc-us-error-message').show()}
|
||||
$('.kc_us_loading').hide()},error:function(err){var html='Something went wrong while creating short link';$('#kc-us-error-message').html(html);$('#kc-us-error-message').show();$('.kc_us_loading').hide()}})});$("#kc-us-submit-btn").click(function(e){e.preventDefault();var targetURL=$('#kc-us-target-url').val();var security=$('#kc-us-security').val();if(!validURL(targetURL)){alert('Please Enter Valid Long URL');return}
|
||||
$(this).parents('.generate-short-link-form').find('.kc_us_loading').show();$.ajax({type:"post",dataType:"json",context:this,url:usParams.ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",url:targetURL,security:security},success:function(response){$(this).parents('.generate-short-link-form').find('.kc_us_loading').hide();if(response.status==="success"){var link=response.link;$('.generated-short-link-form #kc-us-short-url').val(link);$('.generate-short-link-form').hide();$('.generated-short-link-form').show()}else{var html='Something went wrong while creating short link';$('#kc-us-error-msg').text(html);$('#kc-us-error-msg').show()}},error:function(err){var html='Something went wrong while creating short link';$('#kc-us-error-msg').text(html);$('#kc-us-error-msg').show()}})})})})(jQuery)</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(()=>{"use strict";const t=window.wp.hooks,e=(t,e)=>{const a={id:"gla_"+t.id,quantity:e,google_business_vertical:"retail"};return t.name&&(a.name=t.name),t?.categories?.length&&(a.category=t.categories[0].name),t?.prices?.price&&(a.price=parseInt(t.prices.price,10)/10**t.prices.currency_minor_unit),a},a=(t,a=1)=>{((t,e)=>{if("function"!=typeof gtag)throw new Error("Function gtag not implemented.");window.gtag("event","add_to_cart",{send_to:"GLA",...e})})(0,{ecomm_pagetype:"cart",event_category:"ecommerce",items:[e(t,a)]})},n=t=>{var e;return glaGtagData.products[t.id]&&(t.name=glaGtagData.products[t.id].name,t.prices=(e=glaGtagData.products[t.id].price,{price:Math.round(e*10**glaGtagData.currency_minor_unit),currency_minor_unit:glaGtagData.currency_minor_unit})),t};(0,t.addAction)("experimental__woocommerce_blocks-cart-add-item","google-listings-and-ads",({product:t,quantity:e=1})=>{a(t,e)});const r=function(t){const e=t.currentTarget.dataset,r=n({id:e.product_id});a(r,e.quantity||1)},o=function(t){const e=t.target.closest("form.cart");if(!e)return;const r=e.querySelector("[name=add-to-cart]");if(!r)return;const o=e.querySelector("[name=variation_id]"),c=e.querySelector("[name=quantity]"),i=n({id:parseInt(o?o.value:r.value,10)});a(i,c?parseInt(c.value,10):1)};document.defaultView.addEventListener("DOMContentLoaded",function(){document.querySelectorAll(".add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped ):not( .wc-block-components-product-button__button )").forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll('[data-block-name="woocommerce/product-button"] > .add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped )').forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll(".single_add_to_cart_button").forEach(t=>{t.addEventListener("click",o)})}),"function"==typeof jQuery&&jQuery(document).on("found_variation","form.cart",function(t,e){(t=>{t?.variation_id&&(glaGtagData.products[t.variation_id]={name:t.display_name,price:t.display_price})})(e)})})()</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var headerEl=document.getElementById("header-outer"),headerSpaceEl=document.getElementById("header-space");void 0!==headerEl&&null!=headerEl&&void 0!==headerSpaceEl&&null!=headerSpaceEl&&headerSpaceEl.hasAttribute("data-secondary-header-display")&&(headerSpaceEl.style.height=headerEl.clientHeight+"px"),jQuery(function(e){"use strict";var t,a,r,n,o,d,i=!1;function h(){var a=t.offset().top;e("#page-header-wrap.fullscreen-header").css("height","auto"),t.css("height",parseInt(window.innerHeight)-parseInt(a)+"px")}if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|BlackBerry|IEMobile|Opera Mini)/)&&(i=!0),i&&e("#page-header-bg.fullscreen-header").length>0){t=e("#page-header-bg"),h();var l=window.innerWidth,s=window.innerHeight;e(window).resize(function(){e(window).width()!=l&&e(window).height!=s&&(h(),l=window.innerWidth,s=window.innerHeight)})}i&&e(".nectar_fullscreen_zoom_recent_projects").length>0&&(a=e(".body-border-top").length>0&&e(window).width()>1e3?e(".body-border-top").height():0,e(".nectar_fullscreen_zoom_recent_projects").each(function(){e(this).parents(".first-section").length>0?e(this).css("height",e(window).height()-e(this).offset().top-a):e(this).css("height",e(window).height())})),e('#header-outer[data-format="centered-menu-bottom-bar"]').length>0&&(r=e('#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_9'),n=e('#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_3'),o=e("#header-secondary-outer"),(d=n.find("#logo").clone()).is('[data-supplied-ml="true"]')&&d.find("img:not(.mobile-only-logo)").remove(),d.find("img.starting-logo").remove(),o.length>0&&o.addClass("centered-menu-bottom-bar"),d.removeAttr("id").addClass("logo-clone"),e('#header-outer[data-condense="true"]').length>0&&0==e('#header-outer[data-menu-bottom-bar-align="left"]').length&&r.prepend(d)),e('#page-header-bg[data-animate-in-effect="zoom-out"]').addClass("loaded")})</pre></body></html>
|
||||
@@ -0,0 +1,385 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
|
||||
* WPBakery Page Builder v6.0.0 (https://wpbakery.com)
|
||||
* Copyright 2011-2021 Michael M, WPBakery
|
||||
* License: Commercial. More details: http://go.wpbakery.com/licensing
|
||||
*/
|
||||
(function($) {
|
||||
"function" != typeof window.vc_js && (window.vc_js = function() {
|
||||
/* nectar addition */
|
||||
vc_rowBehaviour();
|
||||
}), "function" != typeof window.vc_plugin_flexslider && (window.vc_plugin_flexslider = function($parent) {
|
||||
($parent ? $parent.find(".wpb_flexslider") : jQuery(".wpb_flexslider")).each(function() {
|
||||
var this_element = jQuery(this),
|
||||
sliderTimeout = 1e3 * parseInt(this_element.attr("data-interval"), 10),
|
||||
sliderFx = this_element.attr("data-flex_fx"),
|
||||
slideshow = 0 == sliderTimeout ? !1 : !0;
|
||||
this_element.is(":visible") && this_element.flexslider({
|
||||
animation: sliderFx,
|
||||
slideshow: slideshow,
|
||||
slideshowSpeed: sliderTimeout,
|
||||
sliderSpeed: 800,
|
||||
smoothHeight: !0
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_googleplus && (window.vc_googleplus = function() {
|
||||
0 < jQuery(".wpb_googleplus").length && function() {
|
||||
var po = document.createElement("script");
|
||||
po.type = "text/javascript", po.async = !0, po.src = "https://apis.google.com/js/plusone.js";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(po, s)
|
||||
}()
|
||||
}), "function" != typeof window.vc_pinterest && (window.vc_pinterest = function() {
|
||||
0 < jQuery(".wpb_pinterest").length && function() {
|
||||
var po = document.createElement("script");
|
||||
po.type = "text/javascript", po.async = !0, po.src = "https://assets.pinterest.com/js/pinit.js";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(po, s)
|
||||
}()
|
||||
}), "function" != typeof window.vc_progress_bar && (window.vc_progress_bar = function() {
|
||||
void 0 !== jQuery.fn.vcwaypoint && jQuery(".vc_progress_bar").each(function() {
|
||||
var $el = jQuery(this);
|
||||
$el.vcwaypoint(function() {
|
||||
$el.find(".vc_single_bar").each(function(index) {
|
||||
var bar = jQuery(this).find(".vc_bar"),
|
||||
val = bar.data("percentage-value");
|
||||
setTimeout(function() {
|
||||
bar.css({
|
||||
width: val + "%"
|
||||
})
|
||||
}, 200 * index)
|
||||
})
|
||||
}, {
|
||||
offset: "85%"
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_waypoints && (window.vc_waypoints = function() {
|
||||
void 0 !== jQuery.fn.vcwaypoint && jQuery(".wpb_animate_when_almost_visible:not(.wpb_start_animation)").each(function() {
|
||||
var $el = jQuery(this);
|
||||
$el.vcwaypoint(function() {
|
||||
$el.addClass("wpb_start_animation animated")
|
||||
}, {
|
||||
offset: "85%"
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_toggleBehaviour && (window.vc_toggleBehaviour = function($el) {
|
||||
function event(content) {
|
||||
content && content.preventDefault && content.preventDefault();
|
||||
var element = jQuery(this).closest(".vc_toggle"),
|
||||
content = element.find(".vc_toggle_content");
|
||||
element.hasClass("vc_toggle_active") ? content.slideUp({
|
||||
duration: 300,
|
||||
complete: function() {
|
||||
element.removeClass("vc_toggle_active")
|
||||
}
|
||||
}) : content.slideDown({
|
||||
duration: 300,
|
||||
complete: function() {
|
||||
element.addClass("vc_toggle_active")
|
||||
}
|
||||
})
|
||||
}($el ? $el.hasClass("vc_toggle_title") ? $el.unbind("click") : $el.find(".vc_toggle_title").off("click") : jQuery(".vc_toggle_title").off("click")).on("click", event)
|
||||
}), "function" != typeof window.vc_tabsBehaviour && (window.vc_tabsBehaviour = function(ver) {
|
||||
var $call, old_version;
|
||||
jQuery.ui && ($call = ver || jQuery(".wpb_tabs, .wpb_tour"), ver = jQuery.ui && jQuery.ui.version ? jQuery.ui.version.split(".") : "1.10", old_version = 1 === parseInt(ver[0], 10) && parseInt(ver[1], 10) < 9, $call.each(function(index) {
|
||||
var interval = jQuery(this).attr("data-interval"),
|
||||
tabs_array = [],
|
||||
$tabs = jQuery(this).find(".wpb_tour_tabs_wrapper").tabs({
|
||||
show: function(event, ui) {
|
||||
wpb_prepare_tab_content(event, ui)
|
||||
},
|
||||
activate: function(event, ui) {
|
||||
wpb_prepare_tab_content(event, ui)
|
||||
}
|
||||
});
|
||||
if (interval && 0 < interval) try {
|
||||
$tabs.tabs("rotate", 1e3 * interval)
|
||||
} catch (err) {
|
||||
window.console && window.console.warn && console.warn("tabs behaviours error", err)
|
||||
}
|
||||
jQuery(this).find(".wpb_tab").each(function() {
|
||||
tabs_array.push(this.id)
|
||||
}), jQuery(this).find(".wpb_tabs_nav li").on("click", function(e) {
|
||||
return e && e.preventDefault && e.preventDefault(), old_version ? $tabs.tabs("select", jQuery("a", this).attr("href")) : $tabs.tabs("option", "active", jQuery(this).index()), !1
|
||||
}), jQuery(this).find(".wpb_prev_slide a, .wpb_next_slide a").on("click", function(length) {
|
||||
var index;
|
||||
length && length.preventDefault && length.preventDefault(), old_version ? (index = $tabs.tabs("option", "selected"), jQuery(this).parent().hasClass("wpb_next_slide") ? index++ : index--, index < 0 ? index = $tabs.tabs("length") - 1 : index >= $tabs.tabs("length") && (index = 0), $tabs.tabs("select", index)) : (index = $tabs.tabs("option", "active"), length = $tabs.find(".wpb_tab").length, index = jQuery(this).parent().hasClass("wpb_next_slide") ? length <= index + 1 ? 0 : index + 1 : index - 1 < 0 ? length - 1 : index - 1, $tabs.tabs("option", "active", index))
|
||||
})
|
||||
}))
|
||||
}), "function" != typeof window.vc_accordionBehaviour && (window.vc_accordionBehaviour = function() {
|
||||
jQuery(".wpb_accordion").each(function(index) {
|
||||
var $this = jQuery(this),
|
||||
active_tab = ($this.attr("data-interval"), !isNaN(jQuery(this).data("active-tab")) && 0 < parseInt($this.data("active-tab"), 10) && parseInt($this.data("active-tab"), 10) - 1),
|
||||
$tabs = !1 === active_tab || "yes" === $this.data("collapsible"),
|
||||
$tabs = $this.find(".wpb_accordion_wrapper").accordion({
|
||||
header: "> div > h3",
|
||||
autoHeight: !1,
|
||||
heightStyle: "content",
|
||||
active: active_tab,
|
||||
collapsible: $tabs,
|
||||
navigation: !0,
|
||||
activate: vc_accordionActivate,
|
||||
change: function(event, ui) {
|
||||
void 0 !== jQuery.fn.isotope && ui.newContent.find(".isotope").isotope("layout"), vc_carouselBehaviour(ui.newPanel)
|
||||
}
|
||||
});
|
||||
!0 === $this.data("vcDisableKeydown") && ($tabs.data("uiAccordion")._keydown = function() {})
|
||||
})
|
||||
}), "function" != typeof window.vc_teaserGrid && (window.vc_teaserGrid = function() {
|
||||
var layout_modes = {
|
||||
fitrows: "fitRows",
|
||||
masonry: "masonry"
|
||||
};
|
||||
jQuery(".wpb_grid .teaser_grid_container:not(.wpb_carousel), .wpb_filtered_grid .teaser_grid_container:not(.wpb_carousel)").each(function() {
|
||||
var $container = jQuery(this),
|
||||
$thumbs = $container.find(".wpb_thumbnails"),
|
||||
layout_mode = $thumbs.attr("data-layout-mode");
|
||||
$thumbs.isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: void 0 === layout_modes[layout_mode] ? "fitRows" : layout_modes[layout_mode]
|
||||
}), $container.find(".categories_filter a").data("isotope", $thumbs).on("click", function($thumbs) {
|
||||
$thumbs && $thumbs.preventDefault && $thumbs.preventDefault();
|
||||
$thumbs = jQuery(this).data("isotope");
|
||||
jQuery(this).parent().parent().find(".active").removeClass("active"), jQuery(this).parent().addClass("active"), $thumbs.isotope({
|
||||
filter: jQuery(this).attr("data-filter")
|
||||
})
|
||||
}), jQuery(window).on("load resize", function() {
|
||||
$thumbs.isotope("layout")
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_carouselBehaviour && (window.vc_carouselBehaviour = function($parent) {
|
||||
($parent ? $parent.find(".wpb_carousel") : jQuery(".wpb_carousel")).each(function() {
|
||||
var fluid_ul = jQuery(this);
|
||||
!0 !== fluid_ul.data("carousel_enabled") && fluid_ul.is(":visible") && (fluid_ul.data("carousel_enabled", !0), getColumnsCount(jQuery(this)), jQuery(this).hasClass("columns_count_1"), (fluid_ul = jQuery(this).find(".wpb_thumbnails-fluid li")).css({
|
||||
"margin-right": fluid_ul.css("margin-left"),
|
||||
"margin-left": 0
|
||||
}), (fluid_ul = jQuery(this).find("ul.wpb_thumbnails-fluid")).width(fluid_ul.width() + 300), jQuery(window).on("resize", function() {
|
||||
screen_size != (screen_size = getSizeName()) && window.setTimeout(function() {
|
||||
location.reload()
|
||||
}, 20)
|
||||
}))
|
||||
})
|
||||
}), "function" != typeof window.vc_slidersBehaviour && (window.vc_slidersBehaviour = function() {
|
||||
jQuery(".wpb_gallery_slides").each(function(index) {
|
||||
var $imagesGrid, sliderTimeout, this_element = jQuery(this);
|
||||
this_element.hasClass("wpb_slider_nivo") ? (0 === (sliderTimeout = 1e3 * this_element.attr("data-interval")) && (sliderTimeout = 9999999999), this_element.find(".nivoSlider").nivoSlider({
|
||||
effect: "boxRainGrow,boxRain,boxRainReverse,boxRainGrowReverse",
|
||||
slices: 15,
|
||||
boxCols: 8,
|
||||
boxRows: 4,
|
||||
animSpeed: 800,
|
||||
pauseTime: sliderTimeout,
|
||||
startSlide: 0,
|
||||
directionNav: !0,
|
||||
directionNavHide: !0,
|
||||
controlNav: !0,
|
||||
keyboardNav: !1,
|
||||
pauseOnHover: !0,
|
||||
manualAdvance: !1,
|
||||
prevText: "Prev",
|
||||
nextText: "Next"
|
||||
})) : this_element.hasClass("wpb_image_grid") && (jQuery.fn.imagesLoaded ? $imagesGrid = this_element.find(".wpb_image_grid_ul").imagesLoaded(function() {
|
||||
$imagesGrid.isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: "fitRows"
|
||||
})
|
||||
}) : this_element.find(".wpb_image_grid_ul").isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: "fitRows"
|
||||
}))
|
||||
})
|
||||
}), "function" != typeof window.vc_prettyPhoto && (window.vc_prettyPhoto = function() {
|
||||
try {
|
||||
jQuery && jQuery.fn && jQuery.fn.prettyPhoto && jQuery('a.prettyphoto, .gallery-icon a[href*=".jpg"]').prettyPhoto({
|
||||
animationSpeed: "normal",
|
||||
hook: "data-rel",
|
||||
padding: 15,
|
||||
opacity: .7,
|
||||
showTitle: !0,
|
||||
allowresize: !0,
|
||||
counter_separator_label: "/",
|
||||
hideflash: !1,
|
||||
deeplinking: !1,
|
||||
modal: !1,
|
||||
callback: function() {
|
||||
-1 < location.href.indexOf("#!prettyPhoto") && (location.hash = "")
|
||||
},
|
||||
social_tools: ""
|
||||
})
|
||||
} catch (err) {
|
||||
window.console && window.console.warn && window.console.warn("vc_prettyPhoto initialize error", err)
|
||||
}
|
||||
}), "function" != typeof window.vc_google_fonts && (window.vc_google_fonts = function() {
|
||||
return window.console && window.console.warn && window.console.warn("function vc_google_fonts is deprecated, no need to use it"), !1
|
||||
}), window.vcParallaxSkroll = !1, "function" != typeof window.vc_rowBehaviour && (window.vc_rowBehaviour = function() {
|
||||
var vcSkrollrOptions, callSkrollInit, $ = window.jQuery;
|
||||
function fullWidthRow() {
|
||||
var $elements = $('[data-vc-full-width="true"]');
|
||||
$.each($elements, function(key, item) {
|
||||
var $el = $(this);
|
||||
$el.addClass("vc_hidden");
|
||||
var el_margin_left, el_margin_right, offset, width, padding, paddingRight, $el_full = $el.next(".vc_row-full-width");
|
||||
($el_full = !$el_full.length ? $el.parent().next(".vc_row-full-width") : $el_full).length && (el_margin_left = parseInt($el.css("margin-left"), 10), el_margin_right = parseInt($el.css("margin-right"), 10), offset = 0 - $el_full.offset().left - el_margin_left, width = $(window).width(), "rtl" === $el.css("direction") && (offset -= $el_full.width(), offset += width, offset += el_margin_left, offset += el_margin_right), $el.css({
|
||||
position: "relative",
|
||||
left: offset,
|
||||
"box-sizing": "border-box",
|
||||
width: width
|
||||
}), $el.data("vcStretchContent") || ("rtl" === $el.css("direction") ? ((padding = offset) < 0 && (padding = 0), (paddingRight = offset) < 0 && (paddingRight = 0)) : (paddingRight = width - (padding = (padding = -1 * offset) < 0 ? 0 : padding) - $el_full.width() + el_margin_left + el_margin_right) < 0 && (paddingRight = 0), $el.css({
|
||||
"padding-left": padding + "px",
|
||||
"padding-right": paddingRight + "px"
|
||||
})), $el.attr("data-vc-full-width-init", "true"), $el.removeClass("vc_hidden"), $(document).trigger("vc-full-width-row-single", {
|
||||
el: $el,
|
||||
offset: offset,
|
||||
marginLeft: el_margin_left,
|
||||
marginRight: el_margin_right,
|
||||
elFull: $el_full,
|
||||
width: width
|
||||
}))
|
||||
});
|
||||
}
|
||||
function fullHeightRow() {
|
||||
}
|
||||
$(window).off("resize.vcRowBehaviour").on("resize.vcRowBehaviour", fullWidthRow).on("resize.vcRowBehaviour", fullHeightRow), fullWidthRow(), fullHeightRow(), (0 < window.navigator.userAgent.indexOf("MSIE ") || navigator.userAgent.match(/Trident.*rv\:11\./)) && $(".vc_row-o-full-height").each(function() {
|
||||
"flex" === $(this).css("display") && $(this).wrap('<div class="vc_ie-flexbox-fixer"></div>')
|
||||
}), vc_initVideoBackgrounds(), callSkrollInit = !1, window.vcParallaxSkroll && window.vcParallaxSkroll.destroy(), $(".vc_parallax-inner").remove(), $("[data-5p-top-bottom]").removeAttr("data-5p-top-bottom data-30p-top-bottom"), $("[data-vc-parallax]").each(function() {
|
||||
var skrollrStart, $parallaxElement, parallaxImage, youtubeId;
|
||||
callSkrollInit = !0, "on" === $(this).data("vcParallaxOFade") && $(this).children().attr("data-5p-top-bottom", "opacity:0;").attr("data-30p-top-bottom", "opacity:1;"), skrollrStart = 100 * $(this).data("vcParallax"), ($parallaxElement = $("<div />").addClass("vc_parallax-inner").appendTo($(this))).height(skrollrStart + "%"), parallaxImage = $(this).data("vcParallaxImage"), (youtubeId = vcExtractYoutubeId(parallaxImage)) ? insertYoutubeVideoAsBackground($parallaxElement, youtubeId) : void 0 !== parallaxImage && $parallaxElement.css("background-image", "url(" + parallaxImage + ")"), skrollrStart = -(skrollrStart - 100), $parallaxElement.attr("data-bottom-top", "top: " + skrollrStart + "%;").attr("data-top-bottom", "top: 0%;")
|
||||
}), callSkrollInit && window.skrollr && (vcSkrollrOptions = {
|
||||
forceHeight: !1,
|
||||
smoothScrolling: !1,
|
||||
mobileCheck: function() {
|
||||
return !1
|
||||
}
|
||||
}, window.vcParallaxSkroll = skrollr.init(vcSkrollrOptions), window.vcParallaxSkroll)
|
||||
}), "function" != typeof window.vc_gridBehaviour && (window.vc_gridBehaviour = function() {
|
||||
jQuery.fn.vcGrid && jQuery("[data-vc-grid]").vcGrid()
|
||||
}), "function" != typeof window.getColumnsCount && (window.getColumnsCount = function(el) {
|
||||
for (var find = !1, i = 1; !1 === find;) {
|
||||
if (el.hasClass("columns_count_" + i)) return find = !0, i;
|
||||
i++
|
||||
}
|
||||
});
|
||||
var screen_size = getSizeName();
|
||||
function getSizeName() {
|
||||
var screen_w = jQuery(window).width();
|
||||
return 1170 < screen_w ? "desktop_wide" : 960 < screen_w && screen_w < 1169 ? "desktop" : 768 < screen_w && screen_w < 959 ? "tablet" : 300 < screen_w && screen_w < 767 ? "mobile" : screen_w < 300 ? "mobile_portrait" : ""
|
||||
}
|
||||
"function" != typeof window.wpb_prepare_tab_content && (window.wpb_prepare_tab_content = function(event, ui) {
|
||||
var panel = ui.panel || ui.newPanel,
|
||||
$pie_charts = panel.find(".vc_pie_chart:not(.vc_ready)"),
|
||||
$round_charts = panel.find(".vc_round-chart"),
|
||||
$frame = panel.find(".vc_line-chart"),
|
||||
$google_maps = panel.find('[data-ride="vc_carousel"]');
|
||||
vc_carouselBehaviour(), vc_plugin_flexslider(panel), ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), panel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && panel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), $pie_charts.length && jQuery.fn.vcChat && $pie_charts.vcChat(), $round_charts.length && jQuery.fn.vcRoundChart && $round_charts.vcRoundChart({
|
||||
reload: !1
|
||||
}), $frame.length && jQuery.fn.vcLineChart && $frame.vcLineChart({
|
||||
reload: !1
|
||||
}), $google_maps.length && jQuery.fn.carousel && $google_maps.carousel("resizeAction"), $frame = panel.find(".isotope, .wpb_image_grid_ul"), $google_maps = panel.find(".wpb_gmaps_widget"), 0 < $frame.length && $frame.isotope("layout"), $google_maps.length && !$google_maps.is(".map_ready") && (($frame = $google_maps.find("iframe")).attr("src", $frame.attr("src")), $google_maps.addClass("map_ready")), panel.parents(".isotope").length && panel.parents(".isotope").each(function() {
|
||||
jQuery(this).isotope("layout")
|
||||
}), $(document).trigger("wpb_prepare_tab_content", panel)
|
||||
}), "function" != typeof window.vc_ttaActivation && (window.vc_ttaActivation = function() {
|
||||
jQuery("[data-vc-accordion]").on("show.vc.accordion", function(e) {
|
||||
var $ = window.jQuery,
|
||||
ui = {};
|
||||
ui.newPanel = $(this).data("vc.accordion").getTarget(), window.wpb_prepare_tab_content(e, ui)
|
||||
})
|
||||
}), "function" != typeof window.vc_accordionActivate && (window.vc_accordionActivate = function(event, ui) {
|
||||
var $pie_charts, $round_charts, $line_charts, $carousel;
|
||||
ui.newPanel.length && ui.newHeader.length && ($pie_charts = ui.newPanel.find(".vc_pie_chart:not(.vc_ready)"), $round_charts = ui.newPanel.find(".vc_round-chart"), $line_charts = ui.newPanel.find(".vc_line-chart"), $carousel = ui.newPanel.find('[data-ride="vc_carousel"]'), void 0 !== jQuery.fn.isotope && ui.newPanel.find(".isotope, .wpb_image_grid_ul").isotope("layout"), ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), vc_carouselBehaviour(ui.newPanel), vc_plugin_flexslider(ui.newPanel), $pie_charts.length && jQuery.fn.vcChat && $pie_charts.vcChat(), $round_charts.length && jQuery.fn.vcRoundChart && $round_charts.vcRoundChart({
|
||||
reload: !1
|
||||
}), $line_charts.length && jQuery.fn.vcLineChart && $line_charts.vcLineChart({
|
||||
reload: !1
|
||||
}), $carousel.length && jQuery.fn.carousel && $carousel.carousel("resizeAction"), ui.newPanel.parents(".isotope").length && ui.newPanel.parents(".isotope").each(function() {
|
||||
jQuery(this).isotope("layout")
|
||||
}))
|
||||
}), "function" != typeof window.initVideoBackgrounds && (window.initVideoBackgrounds = function() {
|
||||
return window.console && window.console.warn && window.console.warn("this function is deprecated use vc_initVideoBackgrounds"), vc_initVideoBackgrounds()
|
||||
}), "function" != typeof window.vc_initVideoBackgrounds && (window.vc_initVideoBackgrounds = function() {
|
||||
jQuery("[data-vc-video-bg]").each(function() {
|
||||
var youtubeId, $element = jQuery(this);
|
||||
$element.data("vcVideoBg") ? (youtubeId = $element.data("vcVideoBg"), (youtubeId = vcExtractYoutubeId(youtubeId)) && ($element.find(".vc_video-bg").remove(), insertYoutubeVideoAsBackground($element, youtubeId)), jQuery(window).on("grid:items:added", function(event, $grid) {
|
||||
$element.has($grid).length && vcResizeVideoBackground($element)
|
||||
})) : $element.find(".vc_video-bg").remove()
|
||||
})
|
||||
}), "function" != typeof window.insertYoutubeVideoAsBackground && (window.insertYoutubeVideoAsBackground = function($element, youtubeId, counter) {
|
||||
if ("undefined" == typeof YT || void 0 === YT.Player) return 100 < (counter = void 0 === counter ? 0 : counter) ? void console.warn("Too many attempts to load YouTube api") : void setTimeout(function() {
|
||||
insertYoutubeVideoAsBackground($element, youtubeId, counter++)
|
||||
}, 100);
|
||||
var $container = $element.prepend('<div class="vc_video-bg vc_hidden-xs"><div class="inner"></div></div>').find(".inner");
|
||||
new YT.Player($container[0], {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
videoId: youtubeId,
|
||||
playerVars: {
|
||||
playlist: youtubeId,
|
||||
iv_load_policy: 3,
|
||||
enablejsapi: 1,
|
||||
disablekb: 1,
|
||||
autoplay: 1,
|
||||
controls: 0,
|
||||
showinfo: 0,
|
||||
rel: 0,
|
||||
loop: 1,
|
||||
wmode: "transparent"
|
||||
},
|
||||
events: {
|
||||
onReady: function(event) {
|
||||
event.target.mute().setLoop(!0)
|
||||
}
|
||||
}
|
||||
}), vcResizeVideoBackground($element), jQuery(window).on("resize", function() {
|
||||
vcResizeVideoBackground($element)
|
||||
})
|
||||
}), "function" != typeof window.vcResizeVideoBackground && (window.vcResizeVideoBackground = function($element) {
|
||||
var iframeW, iframeH, marginLeft, marginTop, containerW = $element.innerWidth(),
|
||||
containerH = $element.innerHeight();
|
||||
containerW / containerH < 16 / 9 ? (iframeW = containerH * (16 / 9), iframeH = containerH, marginLeft = -Math.round((iframeW - containerW) / 2) + "px", marginTop = -Math.round((iframeH - containerH) / 2) + "px") : (iframeH = (iframeW = containerW) * (9 / 16), marginTop = -Math.round((iframeH - containerH) / 2) + "px", marginLeft = -Math.round((iframeW - containerW) / 2) + "px"), iframeW += "px", iframeH += "px", $element.find(".vc_video-bg iframe").css({
|
||||
maxWidth: "1000%",
|
||||
marginLeft: marginLeft,
|
||||
marginTop: marginTop,
|
||||
width: iframeW,
|
||||
height: iframeH
|
||||
})
|
||||
}), "function" != typeof window.vcExtractYoutubeId && (window.vcExtractYoutubeId = function(id) {
|
||||
if (void 0 === id) return !1;
|
||||
id = id.match(/(?:https?:\/{2})?(?:w{3}\.)?youtu(?:be)?\.(?:com|be)(?:\/watch\?v=|\/)([^\s&]+)/);
|
||||
return null !== id && id[1]
|
||||
}), "function" != typeof window.vc_googleMapsPointer && (window.vc_googleMapsPointer = function() {
|
||||
var $ = window.jQuery,
|
||||
$wpbGmapsWidget = $(".wpb_gmaps_widget");
|
||||
$wpbGmapsWidget.on("click", function() {
|
||||
$("iframe", this).css("pointer-events", "auto")
|
||||
}), $wpbGmapsWidget.on("mouseleave", function() {
|
||||
$("iframe", this).css("pointer-events", "none")
|
||||
}), $(".wpb_gmaps_widget iframe").css("pointer-events", "none")
|
||||
}), "function" != typeof window.vc_setHoverBoxPerspective && (window.vc_setHoverBoxPerspective = function(hoverBox) {
|
||||
hoverBox.each(function() {
|
||||
var $this = jQuery(this),
|
||||
perspective = 4 * $this.width() + "px";
|
||||
$this.css("perspective", perspective)
|
||||
})
|
||||
}), "function" != typeof window.vc_setHoverBoxHeight && (window.vc_setHoverBoxHeight = function(hoverBox) {
|
||||
hoverBox.each(function() {
|
||||
var hoverBoxHeight = jQuery(this),
|
||||
hoverBoxInner = hoverBoxHeight.find(".vc-hoverbox-inner");
|
||||
hoverBoxInner.css("min-height", 0);
|
||||
var frontHeight = hoverBoxHeight.find(".vc-hoverbox-front-inner").outerHeight(),
|
||||
hoverBoxHeight = hoverBoxHeight.find(".vc-hoverbox-back-inner").outerHeight(),
|
||||
hoverBoxHeight = hoverBoxHeight < frontHeight ? frontHeight : hoverBoxHeight;
|
||||
hoverBoxHeight < 250 && (hoverBoxHeight = 250), hoverBoxInner.css("min-height", hoverBoxHeight + "px")
|
||||
})
|
||||
}), "function" != typeof window.vc_prepareHoverBox && (window.vc_prepareHoverBox = function() {
|
||||
var hoverBox = jQuery(".vc-hoverbox");
|
||||
vc_setHoverBoxHeight(hoverBox), vc_setHoverBoxPerspective(hoverBox)
|
||||
}), jQuery(document).ready(window.vc_prepareHoverBox), jQuery(window).on("resize", window.vc_prepareHoverBox), jQuery(document).ready(function($) {
|
||||
window.vc_js()
|
||||
})
|
||||
}(window.jQuery));</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(t){"use strict";const e=t.params,n=(document.querySelector.bind(document),(t,e)=>e.split(".").reduce((t,e)=>t&&t[e],t)),s=()=>null,i=t=>null===t||t===undefined?"":t,o="wc/store/checkout";function a(t){window.wp&&window.wp.data&&window.wp.data.dispatch&&window.wc&&window.wc.wcBlocksData&&window.wp.data.dispatch(window.wc.wcBlocksData.CHECKOUT_STORE_KEY).setExtensionData("woocommerce/order-attribution",t,!0)}function r(){return"undefined"!=typeof sbjs}function c(){if(window.wp&&window.wp.data&&"function"==typeof window.wp.data.subscribe){const e=window.wp.data.subscribe(function(){e(),a(t.getAttributionData())},o)}}t.getAttributionData=function(){const i=e.allowTracking&&r()?n:s,o=r()?sbjs.get:{},a=Object.entries(t.fields).map(([t,e])=>[t,i(o,e)]);return Object.fromEntries(a)},t.setOrderTracking=function(n){if(e.allowTracking=n,n){if(!r())return;sbjs.init({lifetime:Number(e.lifetime),session_length:Number(e.session),base64:Boolean(e.base64),timezone_offset:"0"})}else!function(){const t=window.location.hostname;["sbjs_current","sbjs_current_add","sbjs_first","sbjs_first_add","sbjs_session","sbjs_udata","sbjs_migrations","sbjs_promo"].forEach(e=>{document.cookie=`${e}=; path=/; max-age=-999; domain=.${t};`})}();const s=t.getAttributionData();!function(t){for(const e of document.querySelectorAll("wc-order-attribution-inputs"))e.values=t}(s),a(s)},t.setOrderTracking(e.allowTracking),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",c):c(),window.customElements.define("wc-order-attribution-inputs",class extends HTMLElement{constructor(){if(super(),this._fieldNames=Object.keys(t.fields),this.hasOwnProperty("_values")){let t=this.values;delete this.values,this.values=t||{}}}connectedCallback(){this.innerHTML="";const t=new DocumentFragment;for(const n of this._fieldNames){const s=document.createElement("input");s.type="hidden",s.name=`${e.prefix}${n}`,s.value=i(this.values&&this.values[n]||""),t.appendChild(s)}this.appendChild(t)}set values(t){if(this._values=t,this.isConnected)for(const t of this._fieldNames){const n=this.querySelector(`input[name="${e.prefix}${t}"]`);n?n.value=i(this.values[t]):console.warn(`Field "${t}" not found. `+"Most likely, the '<wc-order-attribution-inputs>' element was manipulated.")}}get values(){return this._values}})}(window.wc_order_attribution);</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">function on_keydown_remove_from_cart(e){" "===e.key&&(e.preventDefault(),e.currentTarget.click())}function focus_populate_live_region(){var e=["woocommerce-message","woocommerce-error","wc-block-components-notice-banner"].map(function(e){return"."+e+'[role="alert"]'}).join(", "),o=document.querySelectorAll(e);if(0!==o.length){var t=o[0];t.setAttribute("tabindex","-1");var n=setTimeout(function(){t.focus(),clearTimeout(n)},500)}}function refresh_sorted_by_live_region(){var e=document.querySelector(".woocommerce-result-count");if(e){var o=e.innerHTML;e.setAttribute("aria-hidden","true");var t=setTimeout(function(){e.setAttribute("aria-hidden","false"),e.innerHTML="",e.innerHTML=o,clearTimeout(t)},2e3)}}function on_document_ready(){focus_populate_live_region(),refresh_sorted_by_live_region()}jQuery(function(e){e(".woocommerce-ordering").on("change","select.orderby",function(){e(this).closest("form").trigger("submit")}),e("input.qty:not(.product-quantity input.qty)").each(function(){var o=parseFloat(e(this).attr("min"));o>=0&&parseFloat(e(this).val())<o&&e(this).val(o)});var o="store_notice"+(e(".woocommerce-store-notice").data("noticeId")||"");if("hidden"===Cookies.get(o))e(".woocommerce-store-notice").hide();else{function t(o){["Enter"," "].includes(o.key)&&(o.preventDefault(),e(".woocommerce-store-notice__dismiss-link").click())}e(".woocommerce-store-notice").show(),e(".woocommerce-store-notice__dismiss-link").on("click",function n(r){Cookies.set(o,"hidden",{path:"/"}),e(".woocommerce-store-notice").hide(),r.preventDefault(),e(".woocommerce-store-notice__dismiss-link").off("click",n).off("keydown",t)}).on("keydown",t)}e(".woocommerce-input-wrapper span.description").length&&e(document.body).on("click",function(){e(".woocommerce-input-wrapper span.description:visible").prop("aria-hidden",!0).slideUp(250)}),e(".woocommerce-input-wrapper").on("click",function(e){e.stopPropagation()}),e(".woocommerce-input-wrapper :input").on("keydown",function(o){var t=e(this).parent().find("span.description");if(27===o.which&&t.length&&t.is(":visible"))return t.prop("aria-hidden",!0).slideUp(250),o.preventDefault(),!1}).on("click focus",function(){var o=e(this).parent(),t=o.find("span.description");o.addClass("currentTarget"),e(".woocommerce-input-wrapper:not(.currentTarget) span.description:visible").prop("aria-hidden",!0).slideUp(250),t.length&&t.is(":hidden")&&t.prop("aria-hidden",!1).slideDown(250),o.removeClass("currentTarget")}),e.scroll_to_notices=function(o){o.length&&e("html, body").animate({scrollTop:o.offset().top-100},1e3)},e('.woocommerce form .woocommerce-Input[type="password"]').wrap('<span class="password-input"></span>'),e(".woocommerce form input").filter(":password").parent("span").addClass("password-input"),e(".password-input").each(function(){const o=e(this).find("input").attr("id");e(this).append('<button type="button" class="show-password-input" aria-label="'+woocommerce_params.i18n_password_show+'" aria-describedBy="'+o+'"></button>')}),e(".show-password-input").on("click",function(o){o.preventDefault(),e(this).hasClass("display-password")?(e(this).removeClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_show)):(e(this).addClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_hide)),e(this).hasClass("display-password")?e(this).siblings(['input[type="password"]']).prop("type","text"):e(this).siblings('input[type="text"]').prop("type","password"),e(this).siblings("input").focus()}),e("a.coming-soon-footer-banner-dismiss").on("click",function(o){var t=e(o.target);e.ajax({type:"post",url:t.data("rest-url"),data:{woocommerce_meta:{coming_soon_banner_dismissed:"yes"}},beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",t.data("rest-nonce"))},complete:function(){e("#coming-soon-footer-banner").hide()}})}),"undefined"==typeof wc_add_to_cart_params&&e(document.body).on("keydown",".remove_from_cart_button",on_keydown_remove_from_cart),e(document.body).on("item_removed_from_classic_cart updated_wc_div",focus_populate_live_region)}),document.addEventListener("DOMContentLoaded",on_document_ready);</pre></body></html>
|
||||
@@ -0,0 +1,2 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! js-cookie v3.0.5 | MIT */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}return function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(f){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})});</pre></body></html>
|
||||
@@ -0,0 +1,3 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Created by Cloudways
|
||||
On 22-01-2026 */
|
||||
var timer,ready=e=>{"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)};function search_for_banned_links(t,r){if(!t.length)return!1;var e=-1!==(r=r.startsWith("/")?r.substring(1):r).indexOf("/")?r.indexOf("/"):r.indexOf("?"),n=-1!==e?r.substring(0,e):r;for(let e=0;e<t.length;e++){const i=t[e];if("wp-admin"===i||"wp-login.php"===i){if(n===i)return!0}else if(r.includes(i)||i.includes(r))return!0}return!1}function breeze_ignore_special_links(e,t){var r=!0;return-1!==t.indexOf("add-to-cart=")&&(r=!1),r=void 0!==e.dataset.product_id&&void 0!==e.dataset.quantity&&void 0!==e.dataset.product_sku?!1:r}ready(()=>{var a=[];addEventListener("mouseover",function(r){var n,i;r.target instanceof HTMLAnchorElement&&(n=new URL(breeze_prefetch.local_url).host,(i=r.target.attributes.href?r.target.attributes.href.value:null)&&(-1===i.indexOf(n)&&(i=r.target.href),timer=setTimeout(function(){var e,t;"#"!==i&&(t=i.replace(breeze_prefetch.local_url,""),e=new URL(i).host,""!==i.trim()&&!1===a.includes(i)&&n===e&&!1===search_for_banned_links(breeze_prefetch.ignore_list,t)&&!0===breeze_ignore_special_links(r.target,i)&&(a.push(i.trim()),(t=document.createElement("link")).href=i,t.rel="prefetch",document.head.appendChild(t)))},150)))}),addEventListener("mouseout",function(e){clearTimeout(timer)})});</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">document.addEventListener("DOMContentLoaded",(function(e){function t(e){if("IMG"!==e.nodeName)return;const t=e.classList.contains(i),n=e.parentElement.classList.contains(i),r=null!==e.closest("."+i);if(("true"===ForceInlineSVGActive||t||r)&&(!svgSettings.skipNested||t||n||!r)){var o=e.id,a=e.className,c=e.src;if(c.endsWith("svg")){var l=new XMLHttpRequest;l.onreadystatechange=function(){if(4===l.readyState&&200===l.status){var t=l.responseText;let c;const d=undefined;var n=(new DOMParser).parseFromString(t,"text/html").getElementsByTagName("svg")[0],i=n.id;if(void 0===o||""===o?void 0===i||""===i?(o="svg-replaced-"+s,n.setAttribute("id",o)):o=i:n.setAttribute("id",o),void 0!==a&&""!==a&&n.setAttribute("class",a+" replaced-svg svg-replaced-"+s),n.removeAttribute("xmlns:a"),"on"===frontSanitizationEnabled&&""!==n.outerHTML){var r=DOMPurify.sanitize(n.outerHTML);e.outerHTML=r}else e.replaceWith(n);s++}else 4===l.readyState&&l.status},l.open("GET",c,!0),l.send(null)}}}function n(e){if(e.childNodes.length>0)for(var s=0;s<e.childNodes.length;s++){var i;if("IMG"===e.childNodes[s].nodeName)t(e.childNodes[s]);else n(e.childNodes[s])}}let s=0,i;(bodhisvgsInlineSupport=function(){if("true"===ForceInlineSVGActive)for(var e=document.getElementsByTagName("img"),s=0;s<e.length;s++)void 0!==e[s].src&&e[s].src.match(/\.(svg)/)&&(e[s].classList.contains(cssTarget.ForceInlineSVG)||e[s].classList.add(cssTarget.ForceInlineSVG));String.prototype.endsWith||(String.prototype.endsWith=function(e,t){var n=this.toString();("number"!=typeof t||!isFinite(t)||Math.floor(t)!==t||t>n.length)&&(t=n.length),t-=e.length;var s=n.lastIndexOf(e,t);return-1!==s&&s===t}),String.prototype.endsWith=function(e){var t=this.length-e.length;return t>=0&&this.lastIndexOf(e)===t},i="true"===ForceInlineSVGActive?"img."!==cssTarget.Bodhi?cssTarget.ForceInlineSVG:"style-svg":"img."!==cssTarget.Bodhi?cssTarget.Bodhi:"style-svg","string"==typeof i&&(i=i.replace("img.",""),document.querySelectorAll("."+i).forEach((function(e){"IMG"===e.nodeName?t(e):n(e)})))})()}));</pre></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
document.addEventListener('DOMContentLoaded',function(){if(phpVars.externalPermalinksEnabled){var links=document.getElementsByTagName('a');for(var i=0;i<links.length;i++){var url=links[i].getAttribute('href');var target=links[i].getAttribute('target');if(url!=null){if(url.indexOf('#new_tab')>=0){url=url.replace('#new_tab','');target='_blank';links[i].setAttribute('href',url);links[i].setAttribute('target',target);links[i].setAttribute('rel','noopener noreferrer nofollow')}}}}})
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
/*!
|
||||
* hoverIntent v1.9.0 // 2017.09.01 // jQuery v1.7.0+
|
||||
* http://briancherne.github.io/jquery-hoverIntent/
|
||||
*
|
||||
* You may use hoverIntent under the terms of the MIT license. Basically that
|
||||
* means you are free to use hoverIntent as long as this header is left intact.
|
||||
* Copyright 2007-2017 Brian Cherne
|
||||
*/
|
||||
!function(factory){"use strict";"function"==typeof define&&define.amd?define(["jquery"],factory):jQuery&&!jQuery.fn.hoverIntent&&factory(jQuery)}(function($){"use strict";var cX,cY,_cfg={interval:100,sensitivity:6,timeout:0},INSTANCE_COUNT=0,track=function(ev){cX=ev.pageX,cY=ev.pageY},compare=function(ev,$el,s,cfg){if(Math.sqrt((s.pX-cX)*(s.pX-cX)+(s.pY-cY)*(s.pY-cY))<cfg.sensitivity)return $el.off(s.event,track),delete s.timeoutId,s.isActive=!0,ev.pageX=cX,ev.pageY=cY,delete s.pX,delete s.pY,cfg.over.apply($el[0],[ev]);s.pX=cX,s.pY=cY,s.timeoutId=setTimeout(function(){compare(ev,$el,s,cfg)},cfg.interval)},delay=function(ev,$el,s,out){return delete $el.data("hoverIntent")[s.id],out.apply($el[0],[ev])};$.fn.hoverIntent=function(handlerIn,handlerOut,selector){var instanceId=INSTANCE_COUNT++,cfg=$.extend({},_cfg);$.isPlainObject(handlerIn)?(cfg=$.extend(cfg,handlerIn),$.isFunction(cfg.out)||(cfg.out=cfg.over)):cfg=$.isFunction(handlerOut)?$.extend(cfg,{over:handlerIn,out:handlerOut,selector:selector}):$.extend(cfg,{over:handlerIn,out:handlerIn,selector:handlerOut});var handleHover=function(e){var ev=$.extend({},e),$el=$(this),hoverIntentData=$el.data("hoverIntent");hoverIntentData||$el.data("hoverIntent",hoverIntentData={});var state=hoverIntentData[instanceId];state||(hoverIntentData[instanceId]=state={id:instanceId}),state.timeoutId&&(state.timeoutId=clearTimeout(state.timeoutId));var mousemove=state.event="mousemove.hoverIntent.hoverIntent"+instanceId;if("mouseenter"===e.type){if(state.isActive)return;state.pX=ev.pageX,state.pY=ev.pageY,$el.off(mousemove,track).on(mousemove,track),state.timeoutId=setTimeout(function(){compare(ev,$el,state,cfg)},cfg.interval)}else{if(!state.isActive)return;$el.off(mousemove,track),state.timeoutId=setTimeout(function(){delay(ev,$el,state,cfg.out)},cfg.timeout)}};return this.on({"mouseenter.hoverIntent":handleHover,"mouseleave.hoverIntent":handleHover},cfg.selector)}});
|
||||
;
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
!function(n){"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=n(require("jquery")):n(jQuery)}(function(n){function e(n){var e=7.5625,t=2.75;return n<1/t?e*n*n:n<2/t?e*(n-=1.5/t)*n+.75:n<2.5/t?e*(n-=2.25/t)*n+.9375:e*(n-=2.625/t)*n+.984375}void 0!==n.easing&&(n.easing.jswing=n.easing.swing);var t=Math.pow,u=Math.sqrt,r=Math.sin,i=Math.cos,a=Math.PI,o=1.70158,c=1.525*o,s=2*a/3,f=2*a/4.5;return n.extend(n.easing,{def:"easeOutQuad",swing:function(e){return n.easing[n.easing.def](e)},easeInQuad:function(n){return n*n},easeOutQuad:function(n){return 1-(1-n)*(1-n)},easeInOutQuad:function(n){return n<.5?2*n*n:1-t(-2*n+2,2)/2},easeInCubic:function(n){return n*n*n},easeOutCubic:function(n){return 1-t(1-n,3)},easeInOutCubic:function(n){return n<.5?4*n*n*n:1-t(-2*n+2,3)/2},easeInQuart:function(n){return n*n*n*n},easeOutQuart:function(n){return 1-t(1-n,4)},easeInOutQuart:function(n){return n<.5?8*n*n*n*n:1-t(-2*n+2,4)/2},easeInQuint:function(n){return n*n*n*n*n},easeOutQuint:function(n){return 1-t(1-n,5)},easeInOutQuint:function(n){return n<.5?16*n*n*n*n*n:1-t(-2*n+2,5)/2},easeInSine:function(n){return 1-i(n*a/2)},easeOutSine:function(n){return r(n*a/2)},easeInOutSine:function(n){return-(i(a*n)-1)/2},easeInExpo:function(n){return 0===n?0:t(2,10*n-10)},easeOutExpo:function(n){return 1===n?1:1-t(2,-10*n)},easeInOutExpo:function(n){return 0===n?0:1===n?1:n<.5?t(2,20*n-10)/2:(2-t(2,-20*n+10))/2},easeInCirc:function(n){return 1-u(1-t(n,2))},easeOutCirc:function(n){return u(1-t(n-1,2))},easeInOutCirc:function(n){return n<.5?(1-u(1-t(2*n,2)))/2:(u(1-t(-2*n+2,2))+1)/2},easeInElastic:function(n){return 0===n?0:1===n?1:-t(2,10*n-10)*r((10*n-10.75)*s)},easeOutElastic:function(n){return 0===n?0:1===n?1:t(2,-10*n)*r((10*n-.75)*s)+1},easeInOutElastic:function(n){return 0===n?0:1===n?1:n<.5?-t(2,20*n-10)*r((20*n-11.125)*f)/2:t(2,-20*n+10)*r((20*n-11.125)*f)/2+1},easeInBack:function(n){return 2.70158*n*n*n-o*n*n},easeOutBack:function(n){return 1+2.70158*t(n-1,3)+o*t(n-1,2)},easeInOutBack:function(n){return n<.5?t(2*n,2)*(7.189819*n-c)/2:(t(2*n-2,2)*((c+1)*(2*n-2)+c)+2)/2},easeInBounce:function(n){return 1-e(1-n)},easeOutBounce:e,easeInOutBounce:function(n){return n<.5?(1-e(1-2*n))/2:(1+e(2*n-1))/2}}),n});
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
/*!
|
||||
* jQuery Mousewheel 3.1.13
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
*/
|
||||
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e:e(jQuery)}(function(u){var f,d,e=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],t="onwheel"in window.document||9<=window.document.documentMode?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],w=Array.prototype.slice;if(u.event.fixHooks)for(var i=e.length;i;)u.event.fixHooks[e[--i]]=u.event.mouseHooks;var c=u.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var e=t.length;e;)this.addEventListener(t[--e],n,{passive:false});else this.onmousewheel=n;u.data(this,"mousewheel-line-height",c.getLineHeight(this)),u.data(this,"mousewheel-page-height",c.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var e=t.length;e;)this.removeEventListener(t[--e],n,!1);else this.onmousewheel=null;u.removeData(this,"mousewheel-line-height"),u.removeData(this,"mousewheel-page-height")},getLineHeight:function(e){var t=u(e),i=t["offsetParent"in u.fn?"offsetParent":"parent"]();return i.length||(i=u("body")),parseInt(i.css("fontSize"),10)||parseInt(t.css("fontSize"),10)||16},getPageHeight:function(e){return u(e).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function n(e){var t,i=e||window.event,n=w.call(arguments,1),o=0,l=0,s=0;if((e=u.event.fix(i)).type="mousewheel","detail"in i&&(s=-1*i.detail),"wheelDelta"in i&&(s=i.wheelDelta),"wheelDeltaY"in i&&(s=i.wheelDeltaY),"wheelDeltaX"in i&&(l=-1*i.wheelDeltaX),"axis"in i&&i.axis===i.HORIZONTAL_AXIS&&(l=-1*s,s=0),o=0===s?l:s,"deltaY"in i&&(o=s=-1*i.deltaY),"deltaX"in i&&(l=i.deltaX,0===s&&(o=-1*l)),0!==s||0!==l){if(1===i.deltaMode){var a=u.data(this,"mousewheel-line-height");o*=a,s*=a,l*=a}else if(2===i.deltaMode){var h=u.data(this,"mousewheel-page-height");o*=h,s*=h,l*=h}if(t=Math.max(Math.abs(s),Math.abs(l)),(!d||t<d)&&g(i,d=t)&&(d/=40),g(i,t)&&(o/=40,l/=40,s/=40),o=Math[1<=o?"floor":"ceil"](o/d),l=Math[1<=l?"floor":"ceil"](l/d),s=Math[1<=s?"floor":"ceil"](s/d),c.settings.normalizeOffset&&this.getBoundingClientRect){var r=this.getBoundingClientRect();e.offsetX=e.clientX-r.left,e.offsetY=e.clientY-r.top}return e.deltaX=l,e.deltaY=s,e.deltaFactor=d,e.deltaMode=0,n.unshift(e,o,l,s),f&&window.clearTimeout(f),f=window.setTimeout(m,200),(u.event.dispatch||u.event.handle).apply(this,n)}}function m(){d=null}function g(e,t){return c.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}u.fn.extend({mousewheel:function(e){return e?this.on("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.off("mousewheel",e)}})});
|
||||
;
|
||||
@@ -0,0 +1,7 @@
|
||||
(function($){'use strict';function validURL(str){var pattern=new RegExp('^(https?:\\/\\/)?'+'((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+'((\\d{1,3}\\.){3}\\d{1,3}))'+'(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*'+'(\\?[;&a-z\\d%_.~+=-]*)?'+'(\\#[-a-z\\d_]*)?$','i');return!!pattern.test(str)}
|
||||
$(document).ready(function(){var elem='.kc-us-copy-to-clipboard';if($(elem).get(0)){let clipboardLink=new ClipboardJS(elem);clipboardLink.on('success',function(e){let elem=e.trigger;$(elem).find('.kc-us-link').select();let id=elem.getAttribute('id');let copiedTextID='#copied-text-'+id;$(copiedTextID).text('Copied').fadeIn();$(copiedTextID).fadeOut('slow')})}
|
||||
$(".kc_us_create_short_link").click(function(e){e.preventDefault();var post_id=$(this).attr('data-post_id');var security=$(this).attr('data-us-security');$(this).find('.kc_us_loading').show();$.ajax({type:"post",dataType:"json",context:this,url:ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",post_id:post_id,security:security},success:function(response){if(response.status==="success"){$(this).parent('.us_short_link').html(response.html)}else{$(this).find('.kc_us_loading').hide()}},error:function(err){$(this).find('.kc_us_loading').hide()}})});$("#kc-us-dashboard-short-link").click(function(e){e.preventDefault();var targetURL=$('#kc-us-target-url').val();var slug=$('#kc-us-slug').val();var security=$('#kc-us-security').val();var domain=$('#kc-us-domain').val();if(!validURL(targetURL)){alert('Please Enter Valid Target URL');return}
|
||||
$(this).find('.kc_us_loading').show();$('#kc-us-error-message').hide();$('#kc-us-success-message').hide();$.ajax({type:"post",dataType:"json",context:this,url:ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",slug:slug,url:targetURL,security:security,domain:domain},success:function(response){if(response.status==="success"){var link=response.link;var html='Short Link : <span class="kc-flex kc-us-copy-to-clipboard" data-clipboard-text="'+link+'" id="link-25"><input type="text" readonly="true" style="width: 65%;" onclick="this.select();" value="'+link+'" class="kc-us-link"></span>';$('#kc-us-success-message').html(html);$('#kc-us-success-message').show()}else{var html='Something went wrong while creating short link';if(response.message){html=response.message}
|
||||
$('#kc-us-error-message').html(html);$('#kc-us-error-message').show()}
|
||||
$('.kc_us_loading').hide()},error:function(err){var html='Something went wrong while creating short link';$('#kc-us-error-message').html(html);$('#kc-us-error-message').show();$('.kc_us_loading').hide()}})});$("#kc-us-submit-btn").click(function(e){e.preventDefault();var targetURL=$('#kc-us-target-url').val();var security=$('#kc-us-security').val();if(!validURL(targetURL)){alert('Please Enter Valid Long URL');return}
|
||||
$(this).parents('.generate-short-link-form').find('.kc_us_loading').show();$.ajax({type:"post",dataType:"json",context:this,url:usParams.ajaxurl,data:{action:'us_handle_request',cmd:"create_short_link",url:targetURL,security:security},success:function(response){$(this).parents('.generate-short-link-form').find('.kc_us_loading').hide();if(response.status==="success"){var link=response.link;$('.generated-short-link-form #kc-us-short-url').val(link);$('.generate-short-link-form').hide();$('.generated-short-link-form').show()}else{var html='Something went wrong while creating short link';$('#kc-us-error-msg').text(html);$('#kc-us-error-msg').show()}},error:function(err){var html='Something went wrong while creating short link';$('#kc-us-error-msg').text(html);$('#kc-us-error-msg').show()}})})})})(jQuery)
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";const t=window.wp.hooks,e=(t,e)=>{const a={id:"gla_"+t.id,quantity:e,google_business_vertical:"retail"};return t.name&&(a.name=t.name),t?.categories?.length&&(a.category=t.categories[0].name),t?.prices?.price&&(a.price=parseInt(t.prices.price,10)/10**t.prices.currency_minor_unit),a},a=(t,a=1)=>{((t,e)=>{if("function"!=typeof gtag)throw new Error("Function gtag not implemented.");window.gtag("event","add_to_cart",{send_to:"GLA",...e})})(0,{ecomm_pagetype:"cart",event_category:"ecommerce",items:[e(t,a)]})},n=t=>{var e;return glaGtagData.products[t.id]&&(t.name=glaGtagData.products[t.id].name,t.prices=(e=glaGtagData.products[t.id].price,{price:Math.round(e*10**glaGtagData.currency_minor_unit),currency_minor_unit:glaGtagData.currency_minor_unit})),t};(0,t.addAction)("experimental__woocommerce_blocks-cart-add-item","google-listings-and-ads",({product:t,quantity:e=1})=>{a(t,e)});const r=function(t){const e=t.currentTarget.dataset,r=n({id:e.product_id});a(r,e.quantity||1)},o=function(t){const e=t.target.closest("form.cart");if(!e)return;const r=e.querySelector("[name=add-to-cart]");if(!r)return;const o=e.querySelector("[name=variation_id]"),c=e.querySelector("[name=quantity]"),i=n({id:parseInt(o?o.value:r.value,10)});a(i,c?parseInt(c.value,10):1)};document.defaultView.addEventListener("DOMContentLoaded",function(){document.querySelectorAll(".add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped ):not( .wc-block-components-product-button__button )").forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll('[data-block-name="woocommerce/product-button"] > .add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped )').forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll(".single_add_to_cart_button").forEach(t=>{t.addEventListener("click",o)})}),"function"==typeof jQuery&&jQuery(document).on("found_variation","form.cart",function(t,e){(t=>{t?.variation_id&&(glaGtagData.products[t.variation_id]={name:t.display_name,price:t.display_price})})(e)})})()
|
||||
@@ -0,0 +1 @@
|
||||
var headerEl=document.getElementById("header-outer"),headerSpaceEl=document.getElementById("header-space");void 0!==headerEl&&null!=headerEl&&void 0!==headerSpaceEl&&null!=headerSpaceEl&&headerSpaceEl.hasAttribute("data-secondary-header-display")&&(headerSpaceEl.style.height=headerEl.clientHeight+"px"),jQuery(function(e){"use strict";var t,a,r,n,o,d,i=!1;function h(){var a=t.offset().top;e("#page-header-wrap.fullscreen-header").css("height","auto"),t.css("height",parseInt(window.innerHeight)-parseInt(a)+"px")}if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|BlackBerry|IEMobile|Opera Mini)/)&&(i=!0),i&&e("#page-header-bg.fullscreen-header").length>0){t=e("#page-header-bg"),h();var l=window.innerWidth,s=window.innerHeight;e(window).resize(function(){e(window).width()!=l&&e(window).height!=s&&(h(),l=window.innerWidth,s=window.innerHeight)})}i&&e(".nectar_fullscreen_zoom_recent_projects").length>0&&(a=e(".body-border-top").length>0&&e(window).width()>1e3?e(".body-border-top").height():0,e(".nectar_fullscreen_zoom_recent_projects").each(function(){e(this).parents(".first-section").length>0?e(this).css("height",e(window).height()-e(this).offset().top-a):e(this).css("height",e(window).height())})),e('#header-outer[data-format="centered-menu-bottom-bar"]').length>0&&(r=e('#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_9'),n=e('#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_3'),o=e("#header-secondary-outer"),(d=n.find("#logo").clone()).is('[data-supplied-ml="true"]')&&d.find("img:not(.mobile-only-logo)").remove(),d.find("img.starting-logo").remove(),o.length>0&&o.addClass("centered-menu-bottom-bar"),d.removeAttr("id").addClass("logo-clone"),e('#header-outer[data-condense="true"]').length>0&&0==e('#header-outer[data-menu-bottom-bar-align="left"]').length&&r.prepend(d)),e('#page-header-bg[data-animate-in-effect="zoom-out"]').addClass("loaded")})
|
||||
@@ -0,0 +1,386 @@
|
||||
|
||||
/*!
|
||||
* WPBakery Page Builder v6.0.0 (https://wpbakery.com)
|
||||
* Copyright 2011-2021 Michael M, WPBakery
|
||||
* License: Commercial. More details: http://go.wpbakery.com/licensing
|
||||
*/
|
||||
(function($) {
|
||||
"function" != typeof window.vc_js && (window.vc_js = function() {
|
||||
/* nectar addition */
|
||||
vc_rowBehaviour();
|
||||
}), "function" != typeof window.vc_plugin_flexslider && (window.vc_plugin_flexslider = function($parent) {
|
||||
($parent ? $parent.find(".wpb_flexslider") : jQuery(".wpb_flexslider")).each(function() {
|
||||
var this_element = jQuery(this),
|
||||
sliderTimeout = 1e3 * parseInt(this_element.attr("data-interval"), 10),
|
||||
sliderFx = this_element.attr("data-flex_fx"),
|
||||
slideshow = 0 == sliderTimeout ? !1 : !0;
|
||||
this_element.is(":visible") && this_element.flexslider({
|
||||
animation: sliderFx,
|
||||
slideshow: slideshow,
|
||||
slideshowSpeed: sliderTimeout,
|
||||
sliderSpeed: 800,
|
||||
smoothHeight: !0
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_googleplus && (window.vc_googleplus = function() {
|
||||
0 < jQuery(".wpb_googleplus").length && function() {
|
||||
var po = document.createElement("script");
|
||||
po.type = "text/javascript", po.async = !0, po.src = "https://apis.google.com/js/plusone.js";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(po, s)
|
||||
}()
|
||||
}), "function" != typeof window.vc_pinterest && (window.vc_pinterest = function() {
|
||||
0 < jQuery(".wpb_pinterest").length && function() {
|
||||
var po = document.createElement("script");
|
||||
po.type = "text/javascript", po.async = !0, po.src = "https://assets.pinterest.com/js/pinit.js";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(po, s)
|
||||
}()
|
||||
}), "function" != typeof window.vc_progress_bar && (window.vc_progress_bar = function() {
|
||||
void 0 !== jQuery.fn.vcwaypoint && jQuery(".vc_progress_bar").each(function() {
|
||||
var $el = jQuery(this);
|
||||
$el.vcwaypoint(function() {
|
||||
$el.find(".vc_single_bar").each(function(index) {
|
||||
var bar = jQuery(this).find(".vc_bar"),
|
||||
val = bar.data("percentage-value");
|
||||
setTimeout(function() {
|
||||
bar.css({
|
||||
width: val + "%"
|
||||
})
|
||||
}, 200 * index)
|
||||
})
|
||||
}, {
|
||||
offset: "85%"
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_waypoints && (window.vc_waypoints = function() {
|
||||
void 0 !== jQuery.fn.vcwaypoint && jQuery(".wpb_animate_when_almost_visible:not(.wpb_start_animation)").each(function() {
|
||||
var $el = jQuery(this);
|
||||
$el.vcwaypoint(function() {
|
||||
$el.addClass("wpb_start_animation animated")
|
||||
}, {
|
||||
offset: "85%"
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_toggleBehaviour && (window.vc_toggleBehaviour = function($el) {
|
||||
function event(content) {
|
||||
content && content.preventDefault && content.preventDefault();
|
||||
var element = jQuery(this).closest(".vc_toggle"),
|
||||
content = element.find(".vc_toggle_content");
|
||||
element.hasClass("vc_toggle_active") ? content.slideUp({
|
||||
duration: 300,
|
||||
complete: function() {
|
||||
element.removeClass("vc_toggle_active")
|
||||
}
|
||||
}) : content.slideDown({
|
||||
duration: 300,
|
||||
complete: function() {
|
||||
element.addClass("vc_toggle_active")
|
||||
}
|
||||
})
|
||||
}($el ? $el.hasClass("vc_toggle_title") ? $el.unbind("click") : $el.find(".vc_toggle_title").off("click") : jQuery(".vc_toggle_title").off("click")).on("click", event)
|
||||
}), "function" != typeof window.vc_tabsBehaviour && (window.vc_tabsBehaviour = function(ver) {
|
||||
var $call, old_version;
|
||||
jQuery.ui && ($call = ver || jQuery(".wpb_tabs, .wpb_tour"), ver = jQuery.ui && jQuery.ui.version ? jQuery.ui.version.split(".") : "1.10", old_version = 1 === parseInt(ver[0], 10) && parseInt(ver[1], 10) < 9, $call.each(function(index) {
|
||||
var interval = jQuery(this).attr("data-interval"),
|
||||
tabs_array = [],
|
||||
$tabs = jQuery(this).find(".wpb_tour_tabs_wrapper").tabs({
|
||||
show: function(event, ui) {
|
||||
wpb_prepare_tab_content(event, ui)
|
||||
},
|
||||
activate: function(event, ui) {
|
||||
wpb_prepare_tab_content(event, ui)
|
||||
}
|
||||
});
|
||||
if (interval && 0 < interval) try {
|
||||
$tabs.tabs("rotate", 1e3 * interval)
|
||||
} catch (err) {
|
||||
window.console && window.console.warn && console.warn("tabs behaviours error", err)
|
||||
}
|
||||
jQuery(this).find(".wpb_tab").each(function() {
|
||||
tabs_array.push(this.id)
|
||||
}), jQuery(this).find(".wpb_tabs_nav li").on("click", function(e) {
|
||||
return e && e.preventDefault && e.preventDefault(), old_version ? $tabs.tabs("select", jQuery("a", this).attr("href")) : $tabs.tabs("option", "active", jQuery(this).index()), !1
|
||||
}), jQuery(this).find(".wpb_prev_slide a, .wpb_next_slide a").on("click", function(length) {
|
||||
var index;
|
||||
length && length.preventDefault && length.preventDefault(), old_version ? (index = $tabs.tabs("option", "selected"), jQuery(this).parent().hasClass("wpb_next_slide") ? index++ : index--, index < 0 ? index = $tabs.tabs("length") - 1 : index >= $tabs.tabs("length") && (index = 0), $tabs.tabs("select", index)) : (index = $tabs.tabs("option", "active"), length = $tabs.find(".wpb_tab").length, index = jQuery(this).parent().hasClass("wpb_next_slide") ? length <= index + 1 ? 0 : index + 1 : index - 1 < 0 ? length - 1 : index - 1, $tabs.tabs("option", "active", index))
|
||||
})
|
||||
}))
|
||||
}), "function" != typeof window.vc_accordionBehaviour && (window.vc_accordionBehaviour = function() {
|
||||
jQuery(".wpb_accordion").each(function(index) {
|
||||
var $this = jQuery(this),
|
||||
active_tab = ($this.attr("data-interval"), !isNaN(jQuery(this).data("active-tab")) && 0 < parseInt($this.data("active-tab"), 10) && parseInt($this.data("active-tab"), 10) - 1),
|
||||
$tabs = !1 === active_tab || "yes" === $this.data("collapsible"),
|
||||
$tabs = $this.find(".wpb_accordion_wrapper").accordion({
|
||||
header: "> div > h3",
|
||||
autoHeight: !1,
|
||||
heightStyle: "content",
|
||||
active: active_tab,
|
||||
collapsible: $tabs,
|
||||
navigation: !0,
|
||||
activate: vc_accordionActivate,
|
||||
change: function(event, ui) {
|
||||
void 0 !== jQuery.fn.isotope && ui.newContent.find(".isotope").isotope("layout"), vc_carouselBehaviour(ui.newPanel)
|
||||
}
|
||||
});
|
||||
!0 === $this.data("vcDisableKeydown") && ($tabs.data("uiAccordion")._keydown = function() {})
|
||||
})
|
||||
}), "function" != typeof window.vc_teaserGrid && (window.vc_teaserGrid = function() {
|
||||
var layout_modes = {
|
||||
fitrows: "fitRows",
|
||||
masonry: "masonry"
|
||||
};
|
||||
jQuery(".wpb_grid .teaser_grid_container:not(.wpb_carousel), .wpb_filtered_grid .teaser_grid_container:not(.wpb_carousel)").each(function() {
|
||||
var $container = jQuery(this),
|
||||
$thumbs = $container.find(".wpb_thumbnails"),
|
||||
layout_mode = $thumbs.attr("data-layout-mode");
|
||||
$thumbs.isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: void 0 === layout_modes[layout_mode] ? "fitRows" : layout_modes[layout_mode]
|
||||
}), $container.find(".categories_filter a").data("isotope", $thumbs).on("click", function($thumbs) {
|
||||
$thumbs && $thumbs.preventDefault && $thumbs.preventDefault();
|
||||
$thumbs = jQuery(this).data("isotope");
|
||||
jQuery(this).parent().parent().find(".active").removeClass("active"), jQuery(this).parent().addClass("active"), $thumbs.isotope({
|
||||
filter: jQuery(this).attr("data-filter")
|
||||
})
|
||||
}), jQuery(window).on("load resize", function() {
|
||||
$thumbs.isotope("layout")
|
||||
})
|
||||
})
|
||||
}), "function" != typeof window.vc_carouselBehaviour && (window.vc_carouselBehaviour = function($parent) {
|
||||
($parent ? $parent.find(".wpb_carousel") : jQuery(".wpb_carousel")).each(function() {
|
||||
var fluid_ul = jQuery(this);
|
||||
!0 !== fluid_ul.data("carousel_enabled") && fluid_ul.is(":visible") && (fluid_ul.data("carousel_enabled", !0), getColumnsCount(jQuery(this)), jQuery(this).hasClass("columns_count_1"), (fluid_ul = jQuery(this).find(".wpb_thumbnails-fluid li")).css({
|
||||
"margin-right": fluid_ul.css("margin-left"),
|
||||
"margin-left": 0
|
||||
}), (fluid_ul = jQuery(this).find("ul.wpb_thumbnails-fluid")).width(fluid_ul.width() + 300), jQuery(window).on("resize", function() {
|
||||
screen_size != (screen_size = getSizeName()) && window.setTimeout(function() {
|
||||
location.reload()
|
||||
}, 20)
|
||||
}))
|
||||
})
|
||||
}), "function" != typeof window.vc_slidersBehaviour && (window.vc_slidersBehaviour = function() {
|
||||
jQuery(".wpb_gallery_slides").each(function(index) {
|
||||
var $imagesGrid, sliderTimeout, this_element = jQuery(this);
|
||||
this_element.hasClass("wpb_slider_nivo") ? (0 === (sliderTimeout = 1e3 * this_element.attr("data-interval")) && (sliderTimeout = 9999999999), this_element.find(".nivoSlider").nivoSlider({
|
||||
effect: "boxRainGrow,boxRain,boxRainReverse,boxRainGrowReverse",
|
||||
slices: 15,
|
||||
boxCols: 8,
|
||||
boxRows: 4,
|
||||
animSpeed: 800,
|
||||
pauseTime: sliderTimeout,
|
||||
startSlide: 0,
|
||||
directionNav: !0,
|
||||
directionNavHide: !0,
|
||||
controlNav: !0,
|
||||
keyboardNav: !1,
|
||||
pauseOnHover: !0,
|
||||
manualAdvance: !1,
|
||||
prevText: "Prev",
|
||||
nextText: "Next"
|
||||
})) : this_element.hasClass("wpb_image_grid") && (jQuery.fn.imagesLoaded ? $imagesGrid = this_element.find(".wpb_image_grid_ul").imagesLoaded(function() {
|
||||
$imagesGrid.isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: "fitRows"
|
||||
})
|
||||
}) : this_element.find(".wpb_image_grid_ul").isotope({
|
||||
itemSelector: ".isotope-item",
|
||||
layoutMode: "fitRows"
|
||||
}))
|
||||
})
|
||||
}), "function" != typeof window.vc_prettyPhoto && (window.vc_prettyPhoto = function() {
|
||||
try {
|
||||
jQuery && jQuery.fn && jQuery.fn.prettyPhoto && jQuery('a.prettyphoto, .gallery-icon a[href*=".jpg"]').prettyPhoto({
|
||||
animationSpeed: "normal",
|
||||
hook: "data-rel",
|
||||
padding: 15,
|
||||
opacity: .7,
|
||||
showTitle: !0,
|
||||
allowresize: !0,
|
||||
counter_separator_label: "/",
|
||||
hideflash: !1,
|
||||
deeplinking: !1,
|
||||
modal: !1,
|
||||
callback: function() {
|
||||
-1 < location.href.indexOf("#!prettyPhoto") && (location.hash = "")
|
||||
},
|
||||
social_tools: ""
|
||||
})
|
||||
} catch (err) {
|
||||
window.console && window.console.warn && window.console.warn("vc_prettyPhoto initialize error", err)
|
||||
}
|
||||
}), "function" != typeof window.vc_google_fonts && (window.vc_google_fonts = function() {
|
||||
return window.console && window.console.warn && window.console.warn("function vc_google_fonts is deprecated, no need to use it"), !1
|
||||
}), window.vcParallaxSkroll = !1, "function" != typeof window.vc_rowBehaviour && (window.vc_rowBehaviour = function() {
|
||||
var vcSkrollrOptions, callSkrollInit, $ = window.jQuery;
|
||||
function fullWidthRow() {
|
||||
var $elements = $('[data-vc-full-width="true"]');
|
||||
$.each($elements, function(key, item) {
|
||||
var $el = $(this);
|
||||
$el.addClass("vc_hidden");
|
||||
var el_margin_left, el_margin_right, offset, width, padding, paddingRight, $el_full = $el.next(".vc_row-full-width");
|
||||
($el_full = !$el_full.length ? $el.parent().next(".vc_row-full-width") : $el_full).length && (el_margin_left = parseInt($el.css("margin-left"), 10), el_margin_right = parseInt($el.css("margin-right"), 10), offset = 0 - $el_full.offset().left - el_margin_left, width = $(window).width(), "rtl" === $el.css("direction") && (offset -= $el_full.width(), offset += width, offset += el_margin_left, offset += el_margin_right), $el.css({
|
||||
position: "relative",
|
||||
left: offset,
|
||||
"box-sizing": "border-box",
|
||||
width: width
|
||||
}), $el.data("vcStretchContent") || ("rtl" === $el.css("direction") ? ((padding = offset) < 0 && (padding = 0), (paddingRight = offset) < 0 && (paddingRight = 0)) : (paddingRight = width - (padding = (padding = -1 * offset) < 0 ? 0 : padding) - $el_full.width() + el_margin_left + el_margin_right) < 0 && (paddingRight = 0), $el.css({
|
||||
"padding-left": padding + "px",
|
||||
"padding-right": paddingRight + "px"
|
||||
})), $el.attr("data-vc-full-width-init", "true"), $el.removeClass("vc_hidden"), $(document).trigger("vc-full-width-row-single", {
|
||||
el: $el,
|
||||
offset: offset,
|
||||
marginLeft: el_margin_left,
|
||||
marginRight: el_margin_right,
|
||||
elFull: $el_full,
|
||||
width: width
|
||||
}))
|
||||
});
|
||||
}
|
||||
function fullHeightRow() {
|
||||
}
|
||||
$(window).off("resize.vcRowBehaviour").on("resize.vcRowBehaviour", fullWidthRow).on("resize.vcRowBehaviour", fullHeightRow), fullWidthRow(), fullHeightRow(), (0 < window.navigator.userAgent.indexOf("MSIE ") || navigator.userAgent.match(/Trident.*rv\:11\./)) && $(".vc_row-o-full-height").each(function() {
|
||||
"flex" === $(this).css("display") && $(this).wrap('<div class="vc_ie-flexbox-fixer"></div>')
|
||||
}), vc_initVideoBackgrounds(), callSkrollInit = !1, window.vcParallaxSkroll && window.vcParallaxSkroll.destroy(), $(".vc_parallax-inner").remove(), $("[data-5p-top-bottom]").removeAttr("data-5p-top-bottom data-30p-top-bottom"), $("[data-vc-parallax]").each(function() {
|
||||
var skrollrStart, $parallaxElement, parallaxImage, youtubeId;
|
||||
callSkrollInit = !0, "on" === $(this).data("vcParallaxOFade") && $(this).children().attr("data-5p-top-bottom", "opacity:0;").attr("data-30p-top-bottom", "opacity:1;"), skrollrStart = 100 * $(this).data("vcParallax"), ($parallaxElement = $("<div />").addClass("vc_parallax-inner").appendTo($(this))).height(skrollrStart + "%"), parallaxImage = $(this).data("vcParallaxImage"), (youtubeId = vcExtractYoutubeId(parallaxImage)) ? insertYoutubeVideoAsBackground($parallaxElement, youtubeId) : void 0 !== parallaxImage && $parallaxElement.css("background-image", "url(" + parallaxImage + ")"), skrollrStart = -(skrollrStart - 100), $parallaxElement.attr("data-bottom-top", "top: " + skrollrStart + "%;").attr("data-top-bottom", "top: 0%;")
|
||||
}), callSkrollInit && window.skrollr && (vcSkrollrOptions = {
|
||||
forceHeight: !1,
|
||||
smoothScrolling: !1,
|
||||
mobileCheck: function() {
|
||||
return !1
|
||||
}
|
||||
}, window.vcParallaxSkroll = skrollr.init(vcSkrollrOptions), window.vcParallaxSkroll)
|
||||
}), "function" != typeof window.vc_gridBehaviour && (window.vc_gridBehaviour = function() {
|
||||
jQuery.fn.vcGrid && jQuery("[data-vc-grid]").vcGrid()
|
||||
}), "function" != typeof window.getColumnsCount && (window.getColumnsCount = function(el) {
|
||||
for (var find = !1, i = 1; !1 === find;) {
|
||||
if (el.hasClass("columns_count_" + i)) return find = !0, i;
|
||||
i++
|
||||
}
|
||||
});
|
||||
var screen_size = getSizeName();
|
||||
function getSizeName() {
|
||||
var screen_w = jQuery(window).width();
|
||||
return 1170 < screen_w ? "desktop_wide" : 960 < screen_w && screen_w < 1169 ? "desktop" : 768 < screen_w && screen_w < 959 ? "tablet" : 300 < screen_w && screen_w < 767 ? "mobile" : screen_w < 300 ? "mobile_portrait" : ""
|
||||
}
|
||||
"function" != typeof window.wpb_prepare_tab_content && (window.wpb_prepare_tab_content = function(event, ui) {
|
||||
var panel = ui.panel || ui.newPanel,
|
||||
$pie_charts = panel.find(".vc_pie_chart:not(.vc_ready)"),
|
||||
$round_charts = panel.find(".vc_round-chart"),
|
||||
$frame = panel.find(".vc_line-chart"),
|
||||
$google_maps = panel.find('[data-ride="vc_carousel"]');
|
||||
vc_carouselBehaviour(), vc_plugin_flexslider(panel), ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), panel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && panel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), $pie_charts.length && jQuery.fn.vcChat && $pie_charts.vcChat(), $round_charts.length && jQuery.fn.vcRoundChart && $round_charts.vcRoundChart({
|
||||
reload: !1
|
||||
}), $frame.length && jQuery.fn.vcLineChart && $frame.vcLineChart({
|
||||
reload: !1
|
||||
}), $google_maps.length && jQuery.fn.carousel && $google_maps.carousel("resizeAction"), $frame = panel.find(".isotope, .wpb_image_grid_ul"), $google_maps = panel.find(".wpb_gmaps_widget"), 0 < $frame.length && $frame.isotope("layout"), $google_maps.length && !$google_maps.is(".map_ready") && (($frame = $google_maps.find("iframe")).attr("src", $frame.attr("src")), $google_maps.addClass("map_ready")), panel.parents(".isotope").length && panel.parents(".isotope").each(function() {
|
||||
jQuery(this).isotope("layout")
|
||||
}), $(document).trigger("wpb_prepare_tab_content", panel)
|
||||
}), "function" != typeof window.vc_ttaActivation && (window.vc_ttaActivation = function() {
|
||||
jQuery("[data-vc-accordion]").on("show.vc.accordion", function(e) {
|
||||
var $ = window.jQuery,
|
||||
ui = {};
|
||||
ui.newPanel = $(this).data("vc.accordion").getTarget(), window.wpb_prepare_tab_content(e, ui)
|
||||
})
|
||||
}), "function" != typeof window.vc_accordionActivate && (window.vc_accordionActivate = function(event, ui) {
|
||||
var $pie_charts, $round_charts, $line_charts, $carousel;
|
||||
ui.newPanel.length && ui.newHeader.length && ($pie_charts = ui.newPanel.find(".vc_pie_chart:not(.vc_ready)"), $round_charts = ui.newPanel.find(".vc_round-chart"), $line_charts = ui.newPanel.find(".vc_line-chart"), $carousel = ui.newPanel.find('[data-ride="vc_carousel"]'), void 0 !== jQuery.fn.isotope && ui.newPanel.find(".isotope, .wpb_image_grid_ul").isotope("layout"), ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").length && ui.newPanel.find(".vc_masonry_media_grid, .vc_masonry_grid").each(function() {
|
||||
var grid = jQuery(this).data("vcGrid");
|
||||
grid && grid.gridBuilder && grid.gridBuilder.setMasonry && grid.gridBuilder.setMasonry()
|
||||
}), vc_carouselBehaviour(ui.newPanel), vc_plugin_flexslider(ui.newPanel), $pie_charts.length && jQuery.fn.vcChat && $pie_charts.vcChat(), $round_charts.length && jQuery.fn.vcRoundChart && $round_charts.vcRoundChart({
|
||||
reload: !1
|
||||
}), $line_charts.length && jQuery.fn.vcLineChart && $line_charts.vcLineChart({
|
||||
reload: !1
|
||||
}), $carousel.length && jQuery.fn.carousel && $carousel.carousel("resizeAction"), ui.newPanel.parents(".isotope").length && ui.newPanel.parents(".isotope").each(function() {
|
||||
jQuery(this).isotope("layout")
|
||||
}))
|
||||
}), "function" != typeof window.initVideoBackgrounds && (window.initVideoBackgrounds = function() {
|
||||
return window.console && window.console.warn && window.console.warn("this function is deprecated use vc_initVideoBackgrounds"), vc_initVideoBackgrounds()
|
||||
}), "function" != typeof window.vc_initVideoBackgrounds && (window.vc_initVideoBackgrounds = function() {
|
||||
jQuery("[data-vc-video-bg]").each(function() {
|
||||
var youtubeId, $element = jQuery(this);
|
||||
$element.data("vcVideoBg") ? (youtubeId = $element.data("vcVideoBg"), (youtubeId = vcExtractYoutubeId(youtubeId)) && ($element.find(".vc_video-bg").remove(), insertYoutubeVideoAsBackground($element, youtubeId)), jQuery(window).on("grid:items:added", function(event, $grid) {
|
||||
$element.has($grid).length && vcResizeVideoBackground($element)
|
||||
})) : $element.find(".vc_video-bg").remove()
|
||||
})
|
||||
}), "function" != typeof window.insertYoutubeVideoAsBackground && (window.insertYoutubeVideoAsBackground = function($element, youtubeId, counter) {
|
||||
if ("undefined" == typeof YT || void 0 === YT.Player) return 100 < (counter = void 0 === counter ? 0 : counter) ? void console.warn("Too many attempts to load YouTube api") : void setTimeout(function() {
|
||||
insertYoutubeVideoAsBackground($element, youtubeId, counter++)
|
||||
}, 100);
|
||||
var $container = $element.prepend('<div class="vc_video-bg vc_hidden-xs"><div class="inner"></div></div>').find(".inner");
|
||||
new YT.Player($container[0], {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
videoId: youtubeId,
|
||||
playerVars: {
|
||||
playlist: youtubeId,
|
||||
iv_load_policy: 3,
|
||||
enablejsapi: 1,
|
||||
disablekb: 1,
|
||||
autoplay: 1,
|
||||
controls: 0,
|
||||
showinfo: 0,
|
||||
rel: 0,
|
||||
loop: 1,
|
||||
wmode: "transparent"
|
||||
},
|
||||
events: {
|
||||
onReady: function(event) {
|
||||
event.target.mute().setLoop(!0)
|
||||
}
|
||||
}
|
||||
}), vcResizeVideoBackground($element), jQuery(window).on("resize", function() {
|
||||
vcResizeVideoBackground($element)
|
||||
})
|
||||
}), "function" != typeof window.vcResizeVideoBackground && (window.vcResizeVideoBackground = function($element) {
|
||||
var iframeW, iframeH, marginLeft, marginTop, containerW = $element.innerWidth(),
|
||||
containerH = $element.innerHeight();
|
||||
containerW / containerH < 16 / 9 ? (iframeW = containerH * (16 / 9), iframeH = containerH, marginLeft = -Math.round((iframeW - containerW) / 2) + "px", marginTop = -Math.round((iframeH - containerH) / 2) + "px") : (iframeH = (iframeW = containerW) * (9 / 16), marginTop = -Math.round((iframeH - containerH) / 2) + "px", marginLeft = -Math.round((iframeW - containerW) / 2) + "px"), iframeW += "px", iframeH += "px", $element.find(".vc_video-bg iframe").css({
|
||||
maxWidth: "1000%",
|
||||
marginLeft: marginLeft,
|
||||
marginTop: marginTop,
|
||||
width: iframeW,
|
||||
height: iframeH
|
||||
})
|
||||
}), "function" != typeof window.vcExtractYoutubeId && (window.vcExtractYoutubeId = function(id) {
|
||||
if (void 0 === id) return !1;
|
||||
id = id.match(/(?:https?:\/{2})?(?:w{3}\.)?youtu(?:be)?\.(?:com|be)(?:\/watch\?v=|\/)([^\s&]+)/);
|
||||
return null !== id && id[1]
|
||||
}), "function" != typeof window.vc_googleMapsPointer && (window.vc_googleMapsPointer = function() {
|
||||
var $ = window.jQuery,
|
||||
$wpbGmapsWidget = $(".wpb_gmaps_widget");
|
||||
$wpbGmapsWidget.on("click", function() {
|
||||
$("iframe", this).css("pointer-events", "auto")
|
||||
}), $wpbGmapsWidget.on("mouseleave", function() {
|
||||
$("iframe", this).css("pointer-events", "none")
|
||||
}), $(".wpb_gmaps_widget iframe").css("pointer-events", "none")
|
||||
}), "function" != typeof window.vc_setHoverBoxPerspective && (window.vc_setHoverBoxPerspective = function(hoverBox) {
|
||||
hoverBox.each(function() {
|
||||
var $this = jQuery(this),
|
||||
perspective = 4 * $this.width() + "px";
|
||||
$this.css("perspective", perspective)
|
||||
})
|
||||
}), "function" != typeof window.vc_setHoverBoxHeight && (window.vc_setHoverBoxHeight = function(hoverBox) {
|
||||
hoverBox.each(function() {
|
||||
var hoverBoxHeight = jQuery(this),
|
||||
hoverBoxInner = hoverBoxHeight.find(".vc-hoverbox-inner");
|
||||
hoverBoxInner.css("min-height", 0);
|
||||
var frontHeight = hoverBoxHeight.find(".vc-hoverbox-front-inner").outerHeight(),
|
||||
hoverBoxHeight = hoverBoxHeight.find(".vc-hoverbox-back-inner").outerHeight(),
|
||||
hoverBoxHeight = hoverBoxHeight < frontHeight ? frontHeight : hoverBoxHeight;
|
||||
hoverBoxHeight < 250 && (hoverBoxHeight = 250), hoverBoxInner.css("min-height", hoverBoxHeight + "px")
|
||||
})
|
||||
}), "function" != typeof window.vc_prepareHoverBox && (window.vc_prepareHoverBox = function() {
|
||||
var hoverBox = jQuery(".vc-hoverbox");
|
||||
vc_setHoverBoxHeight(hoverBox), vc_setHoverBoxPerspective(hoverBox)
|
||||
}), jQuery(document).ready(window.vc_prepareHoverBox), jQuery(window).on("resize", window.vc_prepareHoverBox), jQuery(document).ready(function($) {
|
||||
window.vc_js()
|
||||
})
|
||||
}(window.jQuery));
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
!function(t){"use strict";const e=t.params,n=(document.querySelector.bind(document),(t,e)=>e.split(".").reduce((t,e)=>t&&t[e],t)),s=()=>null,i=t=>null===t||t===undefined?"":t,o="wc/store/checkout";function a(t){window.wp&&window.wp.data&&window.wp.data.dispatch&&window.wc&&window.wc.wcBlocksData&&window.wp.data.dispatch(window.wc.wcBlocksData.CHECKOUT_STORE_KEY).setExtensionData("woocommerce/order-attribution",t,!0)}function r(){return"undefined"!=typeof sbjs}function c(){if(window.wp&&window.wp.data&&"function"==typeof window.wp.data.subscribe){const e=window.wp.data.subscribe(function(){e(),a(t.getAttributionData())},o)}}t.getAttributionData=function(){const i=e.allowTracking&&r()?n:s,o=r()?sbjs.get:{},a=Object.entries(t.fields).map(([t,e])=>[t,i(o,e)]);return Object.fromEntries(a)},t.setOrderTracking=function(n){if(e.allowTracking=n,n){if(!r())return;sbjs.init({lifetime:Number(e.lifetime),session_length:Number(e.session),base64:Boolean(e.base64),timezone_offset:"0"})}else!function(){const t=window.location.hostname;["sbjs_current","sbjs_current_add","sbjs_first","sbjs_first_add","sbjs_session","sbjs_udata","sbjs_migrations","sbjs_promo"].forEach(e=>{document.cookie=`${e}=; path=/; max-age=-999; domain=.${t};`})}();const s=t.getAttributionData();!function(t){for(const e of document.querySelectorAll("wc-order-attribution-inputs"))e.values=t}(s),a(s)},t.setOrderTracking(e.allowTracking),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",c):c(),window.customElements.define("wc-order-attribution-inputs",class extends HTMLElement{constructor(){if(super(),this._fieldNames=Object.keys(t.fields),this.hasOwnProperty("_values")){let t=this.values;delete this.values,this.values=t||{}}}connectedCallback(){this.innerHTML="";const t=new DocumentFragment;for(const n of this._fieldNames){const s=document.createElement("input");s.type="hidden",s.name=`${e.prefix}${n}`,s.value=i(this.values&&this.values[n]||""),t.appendChild(s)}this.appendChild(t)}set values(t){if(this._values=t,this.isConnected)for(const t of this._fieldNames){const n=this.querySelector(`input[name="${e.prefix}${t}"]`);n?n.value=i(this.values[t]):console.warn(`Field "${t}" not found. `+"Most likely, the '<wc-order-attribution-inputs>' element was manipulated.")}}get values(){return this._values}})}(window.wc_order_attribution);
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
function on_keydown_remove_from_cart(e){" "===e.key&&(e.preventDefault(),e.currentTarget.click())}function focus_populate_live_region(){var e=["woocommerce-message","woocommerce-error","wc-block-components-notice-banner"].map(function(e){return"."+e+'[role="alert"]'}).join(", "),o=document.querySelectorAll(e);if(0!==o.length){var t=o[0];t.setAttribute("tabindex","-1");var n=setTimeout(function(){t.focus(),clearTimeout(n)},500)}}function refresh_sorted_by_live_region(){var e=document.querySelector(".woocommerce-result-count");if(e){var o=e.innerHTML;e.setAttribute("aria-hidden","true");var t=setTimeout(function(){e.setAttribute("aria-hidden","false"),e.innerHTML="",e.innerHTML=o,clearTimeout(t)},2e3)}}function on_document_ready(){focus_populate_live_region(),refresh_sorted_by_live_region()}jQuery(function(e){e(".woocommerce-ordering").on("change","select.orderby",function(){e(this).closest("form").trigger("submit")}),e("input.qty:not(.product-quantity input.qty)").each(function(){var o=parseFloat(e(this).attr("min"));o>=0&&parseFloat(e(this).val())<o&&e(this).val(o)});var o="store_notice"+(e(".woocommerce-store-notice").data("noticeId")||"");if("hidden"===Cookies.get(o))e(".woocommerce-store-notice").hide();else{function t(o){["Enter"," "].includes(o.key)&&(o.preventDefault(),e(".woocommerce-store-notice__dismiss-link").click())}e(".woocommerce-store-notice").show(),e(".woocommerce-store-notice__dismiss-link").on("click",function n(r){Cookies.set(o,"hidden",{path:"/"}),e(".woocommerce-store-notice").hide(),r.preventDefault(),e(".woocommerce-store-notice__dismiss-link").off("click",n).off("keydown",t)}).on("keydown",t)}e(".woocommerce-input-wrapper span.description").length&&e(document.body).on("click",function(){e(".woocommerce-input-wrapper span.description:visible").prop("aria-hidden",!0).slideUp(250)}),e(".woocommerce-input-wrapper").on("click",function(e){e.stopPropagation()}),e(".woocommerce-input-wrapper :input").on("keydown",function(o){var t=e(this).parent().find("span.description");if(27===o.which&&t.length&&t.is(":visible"))return t.prop("aria-hidden",!0).slideUp(250),o.preventDefault(),!1}).on("click focus",function(){var o=e(this).parent(),t=o.find("span.description");o.addClass("currentTarget"),e(".woocommerce-input-wrapper:not(.currentTarget) span.description:visible").prop("aria-hidden",!0).slideUp(250),t.length&&t.is(":hidden")&&t.prop("aria-hidden",!1).slideDown(250),o.removeClass("currentTarget")}),e.scroll_to_notices=function(o){o.length&&e("html, body").animate({scrollTop:o.offset().top-100},1e3)},e('.woocommerce form .woocommerce-Input[type="password"]').wrap('<span class="password-input"></span>'),e(".woocommerce form input").filter(":password").parent("span").addClass("password-input"),e(".password-input").each(function(){const o=e(this).find("input").attr("id");e(this).append('<button type="button" class="show-password-input" aria-label="'+woocommerce_params.i18n_password_show+'" aria-describedBy="'+o+'"></button>')}),e(".show-password-input").on("click",function(o){o.preventDefault(),e(this).hasClass("display-password")?(e(this).removeClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_show)):(e(this).addClass("display-password"),e(this).attr("aria-label",woocommerce_params.i18n_password_hide)),e(this).hasClass("display-password")?e(this).siblings(['input[type="password"]']).prop("type","text"):e(this).siblings('input[type="text"]').prop("type","password"),e(this).siblings("input").focus()}),e("a.coming-soon-footer-banner-dismiss").on("click",function(o){var t=e(o.target);e.ajax({type:"post",url:t.data("rest-url"),data:{woocommerce_meta:{coming_soon_banner_dismissed:"yes"}},beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",t.data("rest-nonce"))},complete:function(){e("#coming-soon-footer-banner").hide()}})}),"undefined"==typeof wc_add_to_cart_params&&e(document.body).on("keydown",".remove_from_cart_button",on_keydown_remove_from_cart),e(document.body).on("item_removed_from_classic_cart updated_wc_div",focus_populate_live_region)}),document.addEventListener("DOMContentLoaded",on_document_ready);
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
/*! js-cookie v3.0.5 | MIT */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}return function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(f){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})});
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
/*! Created by Cloudways
|
||||
On 22-01-2026 */
|
||||
var timer,ready=e=>{"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)};function search_for_banned_links(t,r){if(!t.length)return!1;var e=-1!==(r=r.startsWith("/")?r.substring(1):r).indexOf("/")?r.indexOf("/"):r.indexOf("?"),n=-1!==e?r.substring(0,e):r;for(let e=0;e<t.length;e++){const i=t[e];if("wp-admin"===i||"wp-login.php"===i){if(n===i)return!0}else if(r.includes(i)||i.includes(r))return!0}return!1}function breeze_ignore_special_links(e,t){var r=!0;return-1!==t.indexOf("add-to-cart=")&&(r=!1),r=void 0!==e.dataset.product_id&&void 0!==e.dataset.quantity&&void 0!==e.dataset.product_sku?!1:r}ready(()=>{var a=[];addEventListener("mouseover",function(r){var n,i;r.target instanceof HTMLAnchorElement&&(n=new URL(breeze_prefetch.local_url).host,(i=r.target.attributes.href?r.target.attributes.href.value:null)&&(-1===i.indexOf(n)&&(i=r.target.href),timer=setTimeout(function(){var e,t;"#"!==i&&(t=i.replace(breeze_prefetch.local_url,""),e=new URL(i).host,""!==i.trim()&&!1===a.includes(i)&&n===e&&!1===search_for_banned_links(breeze_prefetch.ignore_list,t)&&!0===breeze_ignore_special_links(r.target,i)&&(a.push(i.trim()),(t=document.createElement("link")).href=i,t.rel="prefetch",document.head.appendChild(t)))},150)))}),addEventListener("mouseout",function(e){clearTimeout(timer)})});
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
document.addEventListener("DOMContentLoaded",(function(e){function t(e){if("IMG"!==e.nodeName)return;const t=e.classList.contains(i),n=e.parentElement.classList.contains(i),r=null!==e.closest("."+i);if(("true"===ForceInlineSVGActive||t||r)&&(!svgSettings.skipNested||t||n||!r)){var o=e.id,a=e.className,c=e.src;if(c.endsWith("svg")){var l=new XMLHttpRequest;l.onreadystatechange=function(){if(4===l.readyState&&200===l.status){var t=l.responseText;let c;const d=undefined;var n=(new DOMParser).parseFromString(t,"text/html").getElementsByTagName("svg")[0],i=n.id;if(void 0===o||""===o?void 0===i||""===i?(o="svg-replaced-"+s,n.setAttribute("id",o)):o=i:n.setAttribute("id",o),void 0!==a&&""!==a&&n.setAttribute("class",a+" replaced-svg svg-replaced-"+s),n.removeAttribute("xmlns:a"),"on"===frontSanitizationEnabled&&""!==n.outerHTML){var r=DOMPurify.sanitize(n.outerHTML);e.outerHTML=r}else e.replaceWith(n);s++}else 4===l.readyState&&l.status},l.open("GET",c,!0),l.send(null)}}}function n(e){if(e.childNodes.length>0)for(var s=0;s<e.childNodes.length;s++){var i;if("IMG"===e.childNodes[s].nodeName)t(e.childNodes[s]);else n(e.childNodes[s])}}let s=0,i;(bodhisvgsInlineSupport=function(){if("true"===ForceInlineSVGActive)for(var e=document.getElementsByTagName("img"),s=0;s<e.length;s++)void 0!==e[s].src&&e[s].src.match(/\.(svg)/)&&(e[s].classList.contains(cssTarget.ForceInlineSVG)||e[s].classList.add(cssTarget.ForceInlineSVG));String.prototype.endsWith||(String.prototype.endsWith=function(e,t){var n=this.toString();("number"!=typeof t||!isFinite(t)||Math.floor(t)!==t||t>n.length)&&(t=n.length),t-=e.length;var s=n.lastIndexOf(e,t);return-1!==s&&s===t}),String.prototype.endsWith=function(e){var t=this.length-e.length;return t>=0&&this.lastIndexOf(e)===t},i="true"===ForceInlineSVGActive?"img."!==cssTarget.Bodhi?cssTarget.ForceInlineSVG:"style-svg":"img."!==cssTarget.Bodhi?cssTarget.Bodhi:"style-svg","string"==typeof i&&(i=i.replace("img.",""),document.querySelectorAll("."+i).forEach((function(e){"IMG"===e.nodeName?t(e):n(e)})))})()}));
|
||||
@@ -0,0 +1,26 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
// console.log( phpVars );
|
||||
|
||||
// When External Permalinks is enabled, remove #new_tab from external permalinks and set target to _blank
|
||||
if (phpVars.externalPermalinksEnabled) {
|
||||
|
||||
var links = document.getElementsByTagName('a');
|
||||
|
||||
for (var i = 0; i < links.length; i++) {
|
||||
var url = links[i].getAttribute('href');
|
||||
var target = links[i].getAttribute('target');
|
||||
|
||||
if (url != null) {
|
||||
if (url.indexOf('#new_tab') >= 0) {
|
||||
url = url.replace('#new_tab', '');
|
||||
target = '_blank';
|
||||
links[i].setAttribute('href', url);
|
||||
links[i].setAttribute('target', target);
|
||||
links[i].setAttribute('rel', 'noopener noreferrer nofollow');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
@@ -0,0 +1,4 @@
|
||||
/*! Created by Cloudways
|
||||
On 22-01-2026 */
|
||||
|
||||
var timer,ready=e=>{"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)};function search_for_banned_links(t,r){if(!t.length)return!1;var e=-1!==(r=r.startsWith("/")?r.substring(1):r).indexOf("/")?r.indexOf("/"):r.indexOf("?"),n=-1!==e?r.substring(0,e):r;for(let e=0;e<t.length;e++){const i=t[e];if("wp-admin"===i||"wp-login.php"===i){if(n===i)return!0}else if(r.includes(i)||i.includes(r))return!0}return!1}function breeze_ignore_special_links(e,t){var r=!0;return-1!==t.indexOf("add-to-cart=")&&(r=!1),r=void 0!==e.dataset.product_id&&void 0!==e.dataset.quantity&&void 0!==e.dataset.product_sku?!1:r}ready(()=>{var a=[];addEventListener("mouseover",function(r){var n,i;r.target instanceof HTMLAnchorElement&&(n=new URL(breeze_prefetch.local_url).host,(i=r.target.attributes.href?r.target.attributes.href.value:null)&&(-1===i.indexOf(n)&&(i=r.target.href),timer=setTimeout(function(){var e,t;"#"!==i&&(t=i.replace(breeze_prefetch.local_url,""),e=new URL(i).host,""!==i.trim()&&!1===a.includes(i)&&n===e&&!1===search_for_banned_links(breeze_prefetch.ignore_list,t)&&!0===breeze_ignore_special_links(r.target,i)&&(a.push(i.trim()),(t=document.createElement("link")).href=i,t.rel="prefetch",document.head.appendChild(t)))},150)))}),addEventListener("mouseout",function(e){clearTimeout(timer)})});
|
||||
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 723 B |
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";const t=window.wp.hooks,e=(t,e)=>{const a={id:"gla_"+t.id,quantity:e,google_business_vertical:"retail"};return t.name&&(a.name=t.name),t?.categories?.length&&(a.category=t.categories[0].name),t?.prices?.price&&(a.price=parseInt(t.prices.price,10)/10**t.prices.currency_minor_unit),a},a=(t,a=1)=>{((t,e)=>{if("function"!=typeof gtag)throw new Error("Function gtag not implemented.");window.gtag("event","add_to_cart",{send_to:"GLA",...e})})(0,{ecomm_pagetype:"cart",event_category:"ecommerce",items:[e(t,a)]})},n=t=>{var e;return glaGtagData.products[t.id]&&(t.name=glaGtagData.products[t.id].name,t.prices=(e=glaGtagData.products[t.id].price,{price:Math.round(e*10**glaGtagData.currency_minor_unit),currency_minor_unit:glaGtagData.currency_minor_unit})),t};(0,t.addAction)("experimental__woocommerce_blocks-cart-add-item","google-listings-and-ads",({product:t,quantity:e=1})=>{a(t,e)});const r=function(t){const e=t.currentTarget.dataset,r=n({id:e.product_id});a(r,e.quantity||1)},o=function(t){const e=t.target.closest("form.cart");if(!e)return;const r=e.querySelector("[name=add-to-cart]");if(!r)return;const o=e.querySelector("[name=variation_id]"),c=e.querySelector("[name=quantity]"),i=n({id:parseInt(o?o.value:r.value,10)});a(i,c?parseInt(c.value,10):1)};document.defaultView.addEventListener("DOMContentLoaded",function(){document.querySelectorAll(".add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped ):not( .wc-block-components-product-button__button )").forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll('[data-block-name="woocommerce/product-button"] > .add_to_cart_button:not( .product_type_variable ):not( .product_type_grouped )').forEach(t=>{t.addEventListener("click",r)}),document.querySelectorAll(".single_add_to_cart_button").forEach(t=>{t.addEventListener("click",o)})}),"function"==typeof jQuery&&jQuery(document).on("found_variation","form.cart",function(t,e){(t=>{t?.variation_id&&(glaGtagData.products[t.variation_id]={name:t.display_name,price:t.display_price})})(e)})})();
|
||||
1938
cloned-websites/klz-cables_com/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.css
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="vc_grid_v1" horiz-adv-x="512">
|
||||
<font-face units-per-em="512" ascent="480" descent="-32" />
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
<glyph unicode=" " d="" horiz-adv-x="256" />
|
||||
<glyph unicode="" d="M369.116-30.609l35.995 35.995-218.613 218.613 218.616 218.613-35.998 35.998-254.611-254.611z" />
|
||||
<glyph unicode="" d="M405.114 224.001l-254.611 254.607-35.995-35.995 218.613-218.613-218.616-218.613 35.998-35.998z" />
|
||||
<glyph unicode="" d="M200.808 223.998l119.119 119.117-24.645 24.645-143.76-143.762 143.76-143.76 24.643 24.643zM257.171-30.203c140.392 0 254.201 113.809 254.201 254.201s-113.809 254.203-254.201 254.203c-140.387 0-254.199-113.811-254.199-254.203s113.811-254.201 254.199-254.201zM257.173 448.695c124.094 0 224.695-100.599 224.695-224.697s-100.601-224.697-224.695-224.697c-124.094 0-224.7 100.599-224.7 224.697s100.605 224.697 224.7 224.697z" />
|
||||
<glyph unicode="" d="M194.419 343.117l119.117-119.117-119.119-119.117 24.645-24.645 143.76 143.762-143.76 143.76zM257.173 478.201c-140.392 0-254.201-113.809-254.201-254.201s113.809-254.203 254.201-254.203c140.387 0 254.198 113.811 254.198 254.203s-113.811 254.201-254.199 254.201zM257.171-0.697c-124.094 0-224.695 100.599-224.695 224.697s100.601 224.697 224.695 224.697c124.094 0 224.7-100.599 224.7-224.697s-100.605-224.697-224.7-224.697z" />
|
||||
<glyph unicode="" d="M255.655-29.763c139.718 0 252.98 113.262 252.98 252.981s-113.262 252.983-252.981 252.983c-139.714 0-252.978-113.265-252.978-252.983s113.265-252.981 252.978-252.981zM293.583 366.289l24.527-24.527-118.548-118.545 118.543-118.545-24.524-24.524-143.070 143.067 143.072 143.074z" />
|
||||
<glyph unicode="" d="M255.657 476.2c-139.718 0-252.981-113.262-252.981-252.981s113.263-252.983 252.981-252.983c139.714 0 252.978 113.265 252.978 252.983s-113.265 252.981-252.978 252.981zM217.73 80.147l-24.527 24.527 118.548 118.545-118.543 118.545 24.524 24.524 143.070-143.067-143.072-143.074z" />
|
||||
<glyph unicode="" d="M394.971-19.491c13.942 13.938 13.942 36.541 0 50.479l-193.012 193.012 193.012 193.015c13.938 13.938 13.938 36.541 0 50.476-13.942 13.942-36.541 13.942-50.479 0.003l-218.253-218.252c-10.054-10.051-12.816-24.597-8.37-37.159 1.721-4.858 4.482-9.433 8.37-13.321l218.253-218.256c13.938-13.938 36.541-13.935 50.479 0.003z" />
|
||||
<glyph unicode="" d="M126.27 467.491c-13.942-13.938-13.942-36.541 0-50.479l193.012-193.012-193.012-193.015c-13.939-13.938-13.939-36.541 0-50.476 13.942-13.942 36.541-13.942 50.479-0.003l218.253 218.252c10.054 10.051 12.815 24.597 8.37 37.159-1.721 4.858-4.482 9.433-8.37 13.321l-218.253 218.256c-13.939 13.938-36.541 13.935-50.479-0.003z" />
|
||||
<glyph unicode="" d="M305.969 97.394c7.204 7.202 7.204 18.883 0 26.086l-99.737 99.737 99.737 99.739c7.202 7.202 7.202 18.881 0 26.083-7.204 7.204-18.883 7.204-26.084 0.002l-112.783-112.781c-5.195-5.195-6.619-12.711-4.326-19.204 0.888-2.511 2.317-4.874 4.326-6.882l112.783-112.783c7.202-7.2 18.881-7.2 26.084 0.002zM257.887-29.763c139.718 0 252.98 113.264 252.98 252.983 0 139.716-113.262 252.982-252.98 252.982-139.714 0-252.978-113.266-252.978-252.982 0-139.72 113.264-252.982 252.978-252.982zM257.889 446.835c123.499 0 223.616-100.115 223.616-223.618s-100.118-223.62-223.616-223.62c-123.499 0-223.62 100.115-223.62 223.62 0 123.502 100.122 223.618 223.62 223.618z" />
|
||||
<glyph unicode="" d="M209.808 349.043c-7.204-7.202-7.204-18.883 0-26.086l99.737-99.737-99.737-99.739c-7.202-7.202-7.202-18.881 0-26.084 7.204-7.204 18.883-7.204 26.083-0.002l112.783 112.781c5.195 5.195 6.62 12.711 4.325 19.203-0.888 2.511-2.317 4.874-4.325 6.882l-112.783 112.783c-7.202 7.2-18.881 7.2-26.084-0.002zM257.889 476.202c-139.718 0-252.98-113.264-252.98-252.983 0-139.715 113.263-252.983 252.98-252.983 139.714 0 252.978 113.267 252.978 252.982 0 139.72-113.264 252.982-252.978 252.982zM257.887-0.397c-123.499 0-223.616 100.115-223.616 223.618s100.118 223.62 223.616 223.62c123.498 0 223.62-100.115 223.62-223.62 0-123.502-100.122-223.618-223.62-223.618z" />
|
||||
<glyph unicode="" d="M257.561-28.917c139.719 0 252.982 113.266 252.982 252.984 0 139.716-113.263 252.984-252.982 252.984-139.714 0-252.98-113.267-252.98-252.984 0-139.721 113.266-252.984 252.98-252.984zM165.339 237.111l112.784 112.781c7.202 7.202 18.881 7.202 26.084-0.002 7.202-7.202 7.202-18.881 0-26.084l-99.738-99.74 99.738-99.738c7.204-7.204 7.204-18.884 0-26.086-7.202-7.202-18.881-7.204-26.084 0l-112.784 112.784c-2.008 2.008-3.438 4.371-4.326 6.882-2.296 6.491-0.869 14.007 4.326 19.202z" />
|
||||
<glyph unicode="" d="M257.563 477.051c-139.719 0-252.982-113.265-252.982-252.984 0-139.716 113.263-252.984 252.982-252.984 139.714 0 252.98 113.267 252.98 252.984 0 139.721-113.265 252.984-252.98 252.984zM349.784 211.023l-112.784-112.781c-7.202-7.202-18.881-7.202-26.084 0.002-7.202 7.202-7.202 18.881 0 26.084l99.738 99.74-99.738 99.738c-7.204 7.204-7.204 18.884 0 26.086 7.202 7.202 18.881 7.204 26.084 0l112.784-112.784c2.008-2.008 3.438-4.371 4.326-6.882 2.296-6.491 0.868-14.007-4.326-19.201z" />
|
||||
<glyph unicode="" d="M280.565-19.692c13.858 13.855 13.858 36.322 0 50.177l-191.856 191.856 191.856 191.863c13.851 13.855 13.851 36.322 0 50.173-13.858 13.858-36.322 13.858-50.177 0.004l-216.946-216.949c-9.991-9.988-12.736-24.446-8.316-36.936 1.707-4.827 4.449-9.373 8.316-13.238l216.946-216.949c13.855-13.861 36.322-13.855 50.177 0zM84.563 186.859l391.050 0.003c19.591 0 35.478 15.887 35.478 35.481 0 19.597-15.884 35.481-35.478 35.481h-391.050v-70.966z" />
|
||||
<glyph unicode="" d="M233.609 464.377c-13.858-13.855-13.858-36.322 0-50.177l191.856-191.856-191.856-191.863c-13.851-13.855-13.851-36.322 0-50.173 13.858-13.859 36.322-13.859 50.177-0.003l216.946 216.949c9.99 9.988 12.736 24.447 8.317 36.936-1.707 4.827-4.449 9.374-8.317 13.238l-216.946 216.949c-13.855 13.861-36.322 13.855-50.177 0zM429.611 257.826l-391.050-0.004c-19.59 0-35.478-15.887-35.478-35.481 0-19.598 15.884-35.481 35.478-35.481h391.050v70.966z" />
|
||||
<glyph unicode="" d="M298.74 439.75l-35.538 35.538-251.358-251.358 251.358-251.351 35.534 35.534-215.817 215.817zM502.784 198.803h-423.812v50.26h423.812v-50.26z" />
|
||||
<glyph unicode="" d="M431.709 223.936l-215.82-215.82 35.537-35.538 251.358 251.358-251.358 251.351-35.535-35.534zM11.844 249.063h423.812v-50.26h-423.812v50.26z" />
|
||||
<glyph unicode="" d="M509.803-27.707v503.416h-503.416v-503.416h503.416zM303.289 359.186l19.113-19.114-116.073-116.070 116.070-116.073-19.111-19.111-135.186 135.185 135.186 135.185z" />
|
||||
<glyph unicode="" d="M6.388 475.708v-503.416h503.416v503.416h-503.416zM212.9 88.815l-19.113 19.113 116.073 116.070-116.070 116.073 19.112 19.112 135.186-135.185-135.186-135.185z" />
|
||||
<glyph unicode="" d="M509.708-27.61v503.416h-503.416v-503.416h503.416zM177.811 237.149l112.858 112.86c7.208 7.208 18.893 7.208 26.103-0.002 7.208-7.208 7.208-18.896 0-26.101l-99.808-99.81 99.805-99.805c7.208-7.208 7.21-18.896 0-26.103-7.208-7.208-18.895-7.21-26.103-0.002l-112.858 112.861c-2.012 2.010-3.439 4.377-4.327 6.887-2.294 6.498-0.867 14.018 4.329 19.216z" />
|
||||
<glyph unicode="" d="M6.292 475.806v-503.416h503.416v503.416h-503.416zM338.189 211.048l-112.858-112.861c-7.208-7.208-18.893-7.208-26.103 0.002-7.208 7.208-7.208 18.896 0 26.101l99.808 99.81-99.805 99.805c-7.208 7.208-7.21 18.896 0 26.103 7.208 7.208 18.895 7.21 26.103 0.002l112.858-112.861c2.012-2.010 3.439-4.376 4.327-6.887 2.294-6.498 0.867-14.018-4.329-19.216z" />
|
||||
<glyph unicode="" d="M52.182-28.928h408.32c26.933 0 48.767 21.834 48.767 48.767v408.318c0 26.935-21.834 48.769-48.767 48.769h-408.32c-26.933 0-48.767-21.832-48.767-48.769v-408.318c0.002-26.933 21.834-48.767 48.767-48.767zM301.757 359.839l19.206-19.206-116.635-116.633 116.632-116.635-19.204-19.204-135.841 135.839 135.841 135.839z" />
|
||||
<glyph unicode="" d="M460.503 476.928h-408.32c-26.933 0-48.767-21.834-48.767-48.767v-408.318c0-26.935 21.834-48.769 48.767-48.769h408.32c26.933 0 48.767 21.832 48.767 48.769v408.318c-0.002 26.933-21.834 48.767-48.767 48.767zM210.929 88.161l-19.206 19.206 116.635 116.632-116.632 116.635 19.204 19.204 135.841-135.839-135.841-135.839z" />
|
||||
<glyph unicode="" d="M54.871-27.709h406.351c26.803 0 48.532 21.729 48.532 48.532v406.351c0 26.805-21.729 48.534-48.532 48.534h-406.353c-26.803 0-48.532-21.726-48.532-48.534v-406.351c0.002-26.803 21.729-48.532 48.534-48.532zM177.856 237.049l112.858 112.86c7.208 7.208 18.893 7.208 26.103-0.002 7.208-7.208 7.208-18.896 0-26.101l-99.808-99.81 99.805-99.805c7.208-7.208 7.21-18.895 0-26.103-7.208-7.208-18.896-7.21-26.103-0.002l-112.858 112.861c-2.012 2.010-3.439 4.377-4.327 6.887-2.294 6.498-0.867 14.018 4.329 19.216z" />
|
||||
<glyph unicode="" d="M461.219 475.707h-406.351c-26.803 0-48.532-21.729-48.532-48.532v-406.351c0-26.805 21.729-48.534 48.532-48.534h406.353c26.803 0 48.532 21.726 48.532 48.534v406.351c-0.002 26.803-21.729 48.532-48.534 48.532zM338.234 210.949l-112.858-112.861c-7.208-7.208-18.893-7.208-26.103 0.002-7.208 7.208-7.208 18.895 0 26.101l99.808 99.81-99.805 99.805c-7.208 7.208-7.21 18.895 0 26.103 7.208 7.208 18.895 7.21 26.103 0.002l112.858-112.861c2.012-2.010 3.439-4.376 4.327-6.887 2.294-6.498 0.867-14.018-4.329-19.216z" />
|
||||
<glyph unicode="" d="M262.232 348.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.483-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.048 118.045 118.050 118.051c8.525 8.524 8.525 22.348 0 30.873zM412.232 348.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.484-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.047 118.045 118.051 118.051c8.524 8.524 8.524 22.348-0.001 30.873z" />
|
||||
<glyph unicode="" d="M247.892 59.080c8.528-8.527 22.35-8.527 30.875-0.002l133.483 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.97-2.738 5.77-5.117 8.146l-133.484 133.487c-8.525 8.525-22.349 8.522-30.875-0.003s-8.525-22.349 0-30.874l118.047-118.045-118.050-118.051c-8.524-8.523-8.524-22.347 0-30.873zM97.892 59.080c8.528-8.527 22.35-8.527 30.875-0.002l133.485 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.97-2.738 5.77-5.117 8.146l-133.487 133.487c-8.525 8.525-22.349 8.522-30.874-0.003-8.527-8.525-8.525-22.349 0-30.874l118.048-118.045-118.051-118.051c-8.524-8.523-8.524-22.347 0-30.873z" />
|
||||
<glyph unicode="" d="M177.894 59.078c8.528-8.527 22.349-8.527 30.875-0.002l133.484 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.969-2.738 5.769-5.117 8.145l-133.486 133.488c-8.525 8.525-22.349 8.523-30.874-0.002-8.528-8.525-8.525-22.349 0-30.874l118.047-118.045-118.050-118.051c-8.525-8.524-8.525-22.348 0-30.874z" />
|
||||
<glyph unicode="" d="M342.232 356.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.483-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.048 118.045 118.050 118.051c8.525 8.524 8.525 22.348 0 30.873z" />
|
||||
<glyph unicode="" d="M467.040 184.032c22.064 0 39.936 17.872 39.936 39.968 0 22.080-17.872 39.968-39.968 39.968h-422.064c-22.064 0-39.952-17.888-39.952-39.968 0-22.096 17.888-39.968 39.968-39.968h422.080z" />
|
||||
<glyph unicode="" d="M467.040 184.032c22.064 0 39.936 17.872 39.936 39.968 0 22.080-17.872 39.968-39.968 39.968h-422.064c-22.064 0-39.952-17.888-39.952-39.968 0-22.096 17.888-39.968 39.968-39.968h422.080zM216.016 12.944c0-22.064 17.872-39.936 39.968-39.936 22.080 0 39.968 17.872 39.968 39.968v422.064c0 22.064-17.888 39.952-39.968 39.952-22.096 0-39.968-17.888-39.968-39.968v-422.080z" />
|
||||
<glyph unicode="" d="M13.376 363.2c-13.888-13.904-13.888-36.4 0-50.32l217.504-217.44c10-10.016 24.464-12.768 37.024-8.336 4.832 1.696 9.392 4.448 13.28 8.336l217.44 217.44c13.888 13.904 13.888 36.4 0 50.336-13.872 13.84-36.4 13.84-50.32 0l-192.304-192.336-192.32 192.32c-13.904 13.872-36.416 13.872-50.304 0z" />
|
||||
<glyph unicode="" d="M498.624 95.472c13.888 13.904 13.888 36.4 0 50.32l-217.504 217.44c-10 10.016-24.464 12.768-37.024 8.336-4.832-1.696-9.392-4.448-13.28-8.336l-217.44-217.44c-13.888-13.904-13.888-36.4 0-50.336 13.872-13.84 36.4-13.84 50.304 0l192.32 192.32 192.32-192.32c13.904-13.856 36.416-13.856 50.304 0.016z" />
|
||||
<glyph unicode="" d="M0 54.857v36.572q0 7.428 5.428 12.857t12.857 5.428h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.572q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857zM0 201.143v36.572q0 7.428 5.428 12.857t12.857 5.429h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.571q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857zM0 347.429v36.572q0 7.428 5.428 12.857t12.857 5.428h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.572q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="vcpb-plugin-icons" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_back" d="M854 468.667v-84h-520l238-240-60-60-342 342 342 342 60-60-238-240h520z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_drop_down" d="M298 512.667h428l-214-214z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_drop_up" d="M298 340.667l214 214 214-214h-428z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_forward" d="M512 768.667l342-342-342-342-60 60 238 240h-520v84h520l-238 240z" />
|
||||
<glyph unicode="" glyph-name="icon-check" d="M384 248.667l452 452 60-60-512-512-238 238 60 60z" />
|
||||
<glyph unicode="" glyph-name="icon-close" d="M810 664.667l-238-238 238-238-60-60-238 238-238-238-60 60 238 238-238 238 60 60 238-238 238 238z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_upward" d="M170 426.667l342 342 342-342-62-60-238 238v-520h-84v520l-240-238z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_downward" d="M854 426.667l-342-342-342 342 62 60 238-238v520h84v-520l240 238z" />
|
||||
<glyph unicode="" glyph-name="icon-sync" d="M512 170.667v128l170-170-170-172v128c-188 0-342 154-342 342 0 66 20 130 54 182l62-62c-20-36-30-76-30-120 0-142 114-256 256-256zM512 768.667c188 0 342-154 342-342 0-66-20-130-54-182l-62 62c20 36 30 76 30 120 0 142-114 256-256 256v-128l-170 170 170 172v-128z" />
|
||||
<glyph unicode="" glyph-name="icon-search" d="M406 340.667c106 0 192 86 192 192s-86 192-192 192-192-86-192-192 86-192 192-192zM662 340.667l212-212-64-64-212 212v34l-12 12c-48-42-112-66-180-66-154 0-278 122-278 276s124 278 278 278 276-124 276-278c0-68-24-132-66-180l12-12h34z" />
|
||||
<glyph unicode="" glyph-name="icon-1-1" horiz-adv-x="2487" d="M0 82.286h2486.857v-146.286h-2486.857v146.286zM0 521.143h2486.857v-146.286h-2486.857v146.286zM0 960h2486.857v-146.286h-2486.857v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-2_1-2" horiz-adv-x="2487" d="M0 82.286h1170.286v-146.286h-1170.286v146.286zM0 521.143h1170.286v-146.286h-1170.286v146.286zM0 960h1170.286v-146.286h-1170.286v146.286zM1316.571 82.286h1170.286v-146.286h-1170.286v146.286zM1316.571 521.143h1170.286v-146.286h-1170.286v146.286zM1316.571 960h1170.286v-146.286h-1170.286v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-3_1-3_1-3" horiz-adv-x="2487" d="M0 82.286h731.429v-146.286h-731.429v146.286zM0 521.143h731.429v-146.286h-731.429v146.286zM0 960h731.429v-146.286h-731.429v146.286zM877.714 82.286h804.571v-146.286h-804.571v146.286zM877.714 521.143h804.571v-146.286h-804.571v146.286zM877.714 960h804.571v-146.286h-804.571v146.286zM1828.571 82.286h658.286v-146.286h-658.286v146.286zM1828.571 521.143h658.286v-146.286h-658.286v146.286zM1828.571 960h658.286v-146.286h-658.286v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-add_template" d="M0 813.286c0 81.028 65.614 146.714 146.714 146.714h730.572c81.028 0 146.714-65.614 146.714-146.714v-730.572c0-81.028-65.614-146.714-146.714-146.714h-730.572c-81.028 0-146.714 65.614-146.714 146.714v730.572zM97.524 764.714v-146.048h828.952v146.048c0 54.174-43.665 97.762-97.529 97.762h-633.894c-54.128 0-97.529-43.769-97.529-97.762zM194.946 33.524h195.149v487.619h-292.571v-390.114c0-54.232 43.617-97.505 97.422-97.505zM829.080 33.524c53.791 0 97.397 43.273 97.397 97.505v390.114h-438.857v-487.619h341.461z" />
|
||||
<glyph unicode="" glyph-name="icon-1-4_1-2_1-4" horiz-adv-x="2487" d="M0 82.286h585.143v-146.286h-585.143v146.286zM0 521.143h585.143v-146.286h-585.143v146.286zM0 960h585.143v-146.286h-585.143v146.286zM731.429 82.286h1024v-146.286h-1024v146.286zM731.429 521.143h1024v-146.286h-1024v146.286zM731.429 960h1024v-146.286h-1024v146.286zM1901.714 82.286h585.143v-146.286h-585.143v146.286zM1901.714 521.143h585.143v-146.286h-585.143v146.286zM1901.714 960h585.143v-146.286h-585.143v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-4_1-4_1-4_1-4" horiz-adv-x="2487" d="M0 82.286h512v-146.286h-512v146.286zM0 521.143h512v-146.286h-512v146.286zM0 960h512v-146.286h-512v146.286zM658.286 82.286h512v-146.286h-512v146.286zM658.286 521.143h512v-146.286h-512v146.286zM658.286 960h512v-146.286h-512v146.286zM1316.571 82.286h512v-146.286h-512v146.286zM1316.571 521.143h512v-146.286h-512v146.286zM1316.571 960h512v-146.286h-512v146.286zM1974.857 82.286h512v-146.286h-512v146.286zM1974.857 521.143h512v-146.286h-512v146.286zM1974.857 960h512v-146.286h-512v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-4_3-4" horiz-adv-x="2487" d="M0 82.286h658.286v-146.286h-658.286v146.286zM0 521.143h658.286v-146.286h-658.286v146.286zM0 960h658.286v-146.286h-658.286v146.286zM804.571 82.286h1682.286v-146.286h-1682.286v146.286zM804.571 521.143h1682.286v-146.286h-1682.286v146.286zM804.571 960h1682.286v-146.286h-1682.286v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-6_1-6_1-6_1-2" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h292.571v-146.286h-292.571v146.286zM438.857 521.143h292.571v-146.286h-292.571v146.286zM438.857 960h292.571v-146.286h-292.571v146.286zM877.714 82.286h292.571v-146.286h-292.571v146.286zM877.714 521.143h292.571v-146.286h-292.571v146.286zM877.714 960h292.571v-146.286h-292.571v146.286zM1316.571 82.286h1170.286v-146.286h-1170.286v146.286zM1316.571 521.143h1170.286v-146.286h-1170.286v146.286zM1316.571 960h1170.286v-146.286h-1170.286v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-6_1-6_1-6_1-6_1-6_1-6" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h292.571v-146.286h-292.571v146.286zM438.857 521.143h292.571v-146.286h-292.571v146.286zM438.857 960h292.571v-146.286h-292.571v146.286zM877.714 82.286h292.571v-146.286h-292.571v146.286zM877.714 521.143h292.571v-146.286h-292.571v146.286zM877.714 960h292.571v-146.286h-292.571v146.286zM1316.571 82.286h292.571v-146.286h-292.571v146.286zM1316.571 521.143h292.571v-146.286h-292.571v146.286zM1316.571 960h292.571v-146.286h-292.571v146.286zM1755.429 82.286h292.571v-146.286h-292.571v146.286zM1755.429 521.143h292.571v-146.286h-292.571v146.286zM1755.429 960h292.571v-146.286h-292.571v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-l_15_15_15_15_15" horiz-adv-x="2487" d="M0 82.28h355.597v-146.286h-355.597v146.286zM0 521.138h355.597v-146.286h-355.597v146.286zM0 959.996h355.597v-146.286h-355.597v146.286zM533.396 82.28h355.597v-146.286h-355.597v146.286zM533.396 521.138h355.597v-146.286h-355.597v146.286zM533.396 959.996h355.597v-146.286h-355.597v146.286zM1066.792 82.28h355.597v-146.286h-355.597v146.286zM1066.792 521.138h355.597v-146.286h-355.597v146.286zM1066.792 959.996h355.597v-146.286h-355.597v146.286zM1600.188 82.28h355.597v-146.286h-355.597v146.286zM1600.188 521.138h355.597v-146.286h-355.597v146.286zM1600.188 959.996h355.597v-146.286h-355.597v146.286zM2133.585 82.28h355.597v-146.286h-355.597v146.286zM2133.585 521.138h355.597v-146.286h-355.597v146.286zM2133.585 959.996h355.597v-146.286h-355.597v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-1-6_2-3_1-6" horiz-adv-x="2121" d="M0 9.143c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM0 448c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM0 886.857c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM365.714 9.143c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM365.714 448c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM365.714 886.857c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM1828.571 9.143c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM1828.571 448c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM1828.571 886.857c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143z" />
|
||||
<glyph unicode="" glyph-name="icon-2-3_1-3" horiz-adv-x="2487" d="M0 82.286h1536v-146.286h-1536v146.286zM0 521.143h1536v-146.286h-1536v146.286zM0 960h1536v-146.286h-1536v146.286zM1682.286 82.286h804.571v-146.286h-804.571v146.286zM1682.286 521.143h804.571v-146.286h-804.571v146.286zM1682.286 960h804.571v-146.286h-804.571v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-5-6_1-6" horiz-adv-x="2487" d="M0 82.286h2048v-146.286h-2048v146.286zM0 521.143h2048v-146.286h-2048v146.286zM0 960h2048v-146.286h-2048v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-add_element" d="M438.857 521.143h-366.034c-39.912 0-72.823-32.747-72.823-73.143 0-40.677 32.604-73.143 72.823-73.143h366.034v-366.034c0-39.912 32.747-72.823 73.143-72.823 40.677 0 73.143 32.604 73.143 72.823v366.034h366.034c39.912 0 72.823 32.747 72.823 73.143 0 40.677-32.604 73.143-72.823 73.143h-366.034v366.034c0 39.912-32.747 72.823-73.143 72.823-40.677 0-73.143-32.604-73.143-72.823v-366.034z" />
|
||||
<glyph unicode="" glyph-name="icon-1-6_4-6_1-6" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h1609.143v-146.286h-1609.143v146.286zM438.857 521.143h1609.143v-146.286h-1609.143v146.286zM438.857 960h1609.143v-146.286h-1609.143v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
|
||||
<glyph unicode="" glyph-name="icon-add" d="M448 512h-383.944c-35.599 0-64.056-28.654-64.056-64 0-35.593 28.679-64 64.056-64h383.944v-383.944c0-35.599 28.654-64.056 64-64.056 35.593 0 64 28.679 64 64.056v383.944h383.944c35.599 0 64.056 28.654 64.056 64 0 35.593-28.679 64-64.056 64h-383.944v383.944c0 35.599-28.654 64.056-64 64.056-35.593 0-64-28.679-64-64.056v-383.944z" />
|
||||
<glyph unicode="" glyph-name="icon-cog" d="M1024 448c0 38.083-27.441 78.683-61.271 90.658s-66.623 41.299-76.165 64.423c-9.542 23.125-7.066 67.131 8.378 99.544 15.423 32.413 6.072 80.545-20.861 107.478-26.912 26.933-75.044 36.263-107.478 20.84-32.413-15.423-76.356-17.941-99.417-8.399s-52.406 42.378-64.423 76.208c-12.038 33.83-52.681 61.25-90.764 61.25s-78.725-27.42-90.764-61.25c-12.038-33.83-41.362-66.666-64.423-76.208s-67.025-7.024-99.438 8.399c-32.413 15.423-80.545 6.093-107.478-20.84s-36.263-75.044-20.84-107.478c15.423-32.434 17.878-76.398 8.294-99.501s-42.272-52.491-76.102-64.465c-33.83-11.975-61.25-52.575-61.25-90.658s27.42-78.725 61.25-90.764c33.83-12.017 66.56-41.404 76.144-64.465 9.584-23.040 7.088-66.983-8.336-99.396s-6.093-80.545 20.84-107.478c26.933-26.912 75.044-36.263 107.478-20.84s76.377 17.92 99.438 8.357c23.082-9.563 52.385-42.483 64.423-76.25s52.681-61.165 90.764-61.165c38.083 0 78.725 27.398 90.764 61.165 12.017 33.767 41.32 66.645 64.381 76.25 23.061 9.584 67.068 7.066 99.459-8.378 32.434-15.423 80.566-6.072 107.478 20.84 26.933 26.933 36.284 75.065 20.861 107.478-15.423 32.434-17.962 76.377-8.42 99.438s42.399 52.406 76.229 64.423c33.83 12.060 61.25 52.702 61.25 90.785zM511.908 209.167c-132.14 0-238.983 106.842-238.983 238.713 0 132.14 106.842 238.983 238.983 238.983 131.844 0 238.713-106.842 238.713-238.983 0-131.871-106.842-238.713-238.713-238.713z" />
|
||||
<glyph unicode="" glyph-name="icon-content_copy" d="M0 550.594c0 113.001 92.079 204.606 205.196 204.606h340.542c113.327 0 205.196-91.588 205.196-204.606v-409.989c0-113.001-92.079-204.606-205.196-204.606h-340.542c-113.327 0-205.196 91.588-205.196 204.606v409.989zM136.533 482.263v-273.326c0-75.871 61.309-136.404 136.937-136.404h203.992c76.415 0 136.937 61.070 136.937 136.404v273.326c0 75.871-61.309 136.404-136.937 136.404h-203.992c-76.415 0-136.937-61.070-136.937-136.404zM750.933 140.8h67.871c113.117 0 205.196 91.605 205.196 204.606v409.989c0 113.017-91.869 204.606-205.196 204.606h-340.542c-113.117 0-205.196-91.605-205.196-204.606v-0.194h154.644c23.492 40.807 67.586 68.267 118.827 68.267h203.992c75.628 0 136.937-60.532 136.937-136.404v-273.326c0-75.201-60.309-136.188-136.533-136.403v-136.534z" />
|
||||
<glyph unicode="" glyph-name="icon-delete_empty" d="M512 568.68l-361.986 361.986c-33.563 33.563-87.407 33.377-120.732 0.053-33.557-33.557-33.301-87.378 0.053-120.732l361.986-361.986-361.986-361.986c-33.563-33.563-33.377-87.407-0.053-120.732 33.557-33.557 87.378-33.301 120.732 0.053l361.986 361.986 361.986-361.986c33.563-33.563 87.407-33.377 120.732-0.053 33.557 33.557 33.301 87.378-0.053 120.732l-361.986 361.986 361.986 361.986c33.563 33.563 33.377 87.407 0.053 120.732-33.557 33.557-87.378 33.301-120.732-0.053l-361.986-361.986z" />
|
||||
<glyph unicode="" glyph-name="icon-dragndrop" d="M960.804 342.927c-39.719 6.856-77.475-19.784-84.331-59.501-0.769-4.449-1.122-8.963-1.056-13.478v-36.49c-0.011-16.831 3.861-33.439 11.312-48.532l10.217-20.799-113.484 113.119-2.189 1.824-72.98 72.98c-28.517 28.517-74.75 28.517-103.267 0s-28.517-74.75 0-103.267l187.194-187.194-18.975 9.122c-14.471 7.998-30.563 12.614-47.072 13.501h-36.49c-40.305 0.13-73.085-32.44-73.213-72.745-0.007-2.027 0.071-4.053 0.233-6.073 4.495-38.746 37.628-67.776 76.629-67.142h255.43c40.305 0 72.98 32.674 72.98 72.98v255.43c1.049 36.896-24.72 69.146-60.938 76.264zM344.83 83.157c-4.449 0.769-8.963 1.122-13.478 1.056h-36.49c-16.831 0.011-33.439-3.861-48.532-11.312l-20.799-10.217 669.591 667.402-8.758-18.61c-6.931-14.598-10.546-30.549-10.582-46.707v-36.49c-0.13-40.305 32.44-73.085 72.745-73.213 2.027-0.007 4.053 0.071 6.073 0.233 38.606 4.481 67.589 37.402 67.142 76.264v255.43c0 40.305-32.674 72.98-72.98 72.98h-255.43c-36.647 0.901-68.649-24.64-75.899-60.573-6.856-39.719 19.784-77.475 59.501-84.331 4.449-0.769 8.963-1.122 13.478-1.056h36.49c16.831-0.011 33.439 3.861 48.532 11.312l20.799 10.217-285.352-283.162-280.973 280.973 18.61-8.758c14.598-6.931 30.549-10.546 46.707-10.582h36.49c40.305-0.13 73.085 32.44 73.213 72.745 0.007 2.027-0.071 4.053-0.233 6.073-4.481 38.606-37.402 67.589-76.264 67.142h-255.43c-40.305 0-72.98-32.674-72.98-72.98v-255.43c-0.901-36.647 24.64-68.649 60.573-75.899 39.719-6.856 77.475 19.784 84.331 59.501 0.769 4.449 1.122 8.963 1.056 13.478v36.49c0.011 16.831-3.861 33.439-11.312 48.532l-10.582 18.245 283.527-282.797-281.703-281.703 9.122 18.975c7.111 14.678 10.851 30.761 10.947 47.072v36.49c0.13 40.305-32.44 73.085-72.745 73.213-2.027 0.007-4.053-0.071-6.073-0.233-38.606-4.481-67.589-37.402-67.142-76.264v-255.43c0-40.305 32.674-72.98 72.98-72.98h255.43c36.647-0.901 68.649 24.64 75.899 60.573 6.856 39.719-19.784 77.475-59.501 84.331z" />
|
||||
<glyph unicode="" glyph-name="icon-fullscreen_exit" d="M395.15 331.212c-16.348 16.341-38.923 26.435-63.856 26.435-0.017 0-0.034 0-0.050 0s-0.034 0-0.050 0h-240.739c-50.025 0-90.454-40.452-90.454-90.353 0-50.248 40.498-90.353 90.454-90.353h150.487v-150.487c0-50.025 40.452-90.454 90.353-90.454 50.248 0 90.353 40.498 90.353 90.454v240.739c0 0.017 0 0.034 0 0.050s0 0.034 0 0.050c0 25.107-10.111 47.682-26.46 63.987zM783.059 176.941h150.487c50.025 0 90.454 40.452 90.454 90.353 0 50.248-40.498 90.353-90.454 90.353h-240.739c-0.017 0-0.034 0-0.050 0s-0.034 0-0.050 0c-25.107 0-47.682-10.111-63.987-26.46-16.273-16.385-26.366-38.959-26.366-63.893 0-0.017 0-0.034 0-0.050s0-0.034 0-0.050v-240.739c0-50.025 40.452-90.454 90.353-90.454 50.248 0 90.353 40.498 90.353 90.454v150.487zM783.059 719.059v150.487c0 50.025-40.452 90.454-90.353 90.454-50.248 0-90.353-40.498-90.353-90.454v-240.739c0-0.017 0-0.034 0-0.050s0-0.034 0-0.050c0-25.107 10.111-47.682 26.46-63.987 16.385-16.273 38.959-26.366 63.893-26.366 0.017 0 0.034 0 0.050 0s0.034 0 0.050 0h240.739c50.025 0 90.454 40.452 90.454 90.353 0 50.248-40.498 90.353-90.454 90.353h-150.487zM240.941 719.059h-150.487c-50.025 0-90.454-40.452-90.454-90.353 0-50.248 40.498-90.353 90.454-90.353h240.739c0.017 0 0.034 0 0.050 0s0.034 0 0.050 0c25.107 0 47.682 10.111 63.987 26.46 16.273 16.385 26.366 38.959 26.366 63.893 0 0.017 0 0.034 0 0.050s0 0.034 0 0.050v240.739c0 50.025-40.452 90.454-90.353 90.454-50.248 0-90.353-40.498-90.353-90.454v-150.487z" />
|
||||
<glyph unicode="" glyph-name="icon-fullscreen" d="M21.45-42.6c13.234-13.228 31.509-21.4 51.693-21.4 0.014 0 0.027 0 0.041 0s0.027 0 0.041 0h194.884c40.496 0 73.225 32.747 73.225 73.143 0 40.677-32.784 73.143-73.225 73.143h-121.823v121.823c0 40.496-32.747 73.225-73.143 73.225-40.677 0-73.143-32.784-73.143-73.225v-194.884c0-0.014 0-0.027 0-0.041s0-0.027 0-0.041c0-20.325 8.185-38.6 21.42-51.799zM1002.6-42.55c13.228 13.234 21.4 31.509 21.4 51.693 0 0.014 0 0.027 0 0.041s0 0.027 0 0.041v194.884c0 40.496-32.747 73.225-73.143 73.225-40.677 0-73.143-32.784-73.143-73.225v-121.823h-121.823c-40.496 0-73.225-32.747-73.225-73.143 0-40.677 32.784-73.143 73.225-73.143h194.884c0.014 0 0.027 0 0.041 0s0.027 0 0.041 0c20.325 0 38.6 8.185 51.799 21.42zM1002.55 938.6c-13.234 13.228-31.509 21.4-51.693 21.4-0.014 0-0.027 0-0.041 0s-0.027 0-0.041 0h-194.884c-40.496 0-73.225-32.747-73.225-73.143 0-40.677 32.784-73.143 73.225-73.143h121.823v-121.823c0-40.496 32.747-73.225 73.143-73.225 40.677 0 73.143 32.784 73.143 73.225v194.884c0 0.014 0 0.027 0 0.041s0 0.027 0 0.041c0 20.325-8.185 38.6-21.42 51.799zM21.4 938.55c-13.228-13.234-21.4-31.509-21.4-51.693 0-0.014 0-0.027 0-0.041s0-0.027 0-0.041v-194.884c0-40.496 32.747-73.225 73.143-73.225 40.677 0 73.143 32.784 73.143 73.225v121.823h121.823c40.496 0 73.225 32.747 73.225 73.143 0 40.677-32.784 73.143-73.225 73.143h-194.884c-0.014 0-0.027 0-0.041 0s-0.027 0-0.041 0c-20.325 0-38.6-8.185-51.799-21.42z" />
|
||||
<glyph unicode="" glyph-name="icon-arrow_drop_right" d="M426.667 233.344v427.989l214.016-214.016z" />
|
||||
<glyph unicode="" glyph-name="icon-layout_default" d="M0 862.766c0 53.701 44 97.234 97.259 97.234h829.483c53.714 0 97.259-43.618 97.259-97.234v-585.722c0-53.701-44-97.234-97.259-97.234h-829.483c-53.714 0-97.259 43.618-97.259 97.234v585.722zM146.286 765.177v-390.544c0-26.318 21.995-48.537 49.127-48.537h633.175c27.237 0 49.127 21.731 49.127 48.537v390.544c0 26.318-21.995 48.537-49.127 48.537h-633.175c-27.237 0-49.127-21.731-49.127-48.537zM243.81 9.143c0 40.396 32.746 73.143 73.457 73.143h389.467c40.569 0 73.457-32.466 73.457-73.143 0-40.396-32.746-73.143-73.457-73.143h-389.467c-40.569 0-73.457 32.466-73.457 73.143z" />
|
||||
<glyph unicode="" glyph-name="icon-layout_landscape-smartphones" horiz-adv-x="1297" d="M0 824.021c0 75.099 60.821 135.979 136.357 135.979h1024.352c75.308 0 136.357-60.989 136.357-135.979v-752.041c0-75.099-60.821-135.979-136.357-135.979h-1024.352c-75.308 0-136.357 60.989-136.357 135.979v752.041zM204.8 687.101v-478.202c0-37.631 30.518-68.099 68.164-68.099h751.138c37.616 0 68.164 30.489 68.164 68.099v478.202c0 37.631-30.518 68.099-68.164 68.099h-751.138c-37.616 0-68.164-30.489-68.164-68.099zM750.933 448c0 56.554 45.452 102.4 102.4 102.4 56.554 0 102.4-45.452 102.4-102.4 0-56.554-45.452-102.4-102.4-102.4-56.554 0-102.4 45.452-102.4 102.4z" />
|
||||
<glyph unicode="" glyph-name="icon-layout_landscape-tablets" horiz-adv-x="1126" d="M25.6 832.132c0 56.481 46.2 102.268 102.122 102.268h870.957c56.4 0 102.122-45.615 102.122-102.268v-768.264c0-56.481-46.2-102.268-102.122-102.268h-870.957c-56.4 0-102.122 45.615-102.122 102.268v768.264zM179.2 729.677v-563.353c0-28.212 23.095-51.123 51.583-51.123h664.834c28.598 0 51.583 22.889 51.583 51.123v563.353c0 28.212-23.095 51.123-51.583 51.123h-664.834c-28.598 0-51.583-22.889-51.583-51.123zM691.2 448c0 42.415 34.089 76.8 76.8 76.8 42.415 0 76.8-34.089 76.8-76.8 0-42.415-34.089-76.8-76.8-76.8-42.415 0-76.8 34.089-76.8 76.8z" />
|
||||
<glyph unicode="" glyph-name="icon-layout_portrait-smartphones" horiz-adv-x="808" d="M701.069 960c59.289 0 107.352-48.016 107.352-107.651v-808.699c0-59.454-48.149-107.651-107.352-107.651h-593.717c-59.289 0-107.352 48.016-107.352 107.651v808.699c0 59.454 48.149 107.651 107.352 107.651h593.717zM592.974 798.316h-377.528c-29.709 0-53.762-24.093-53.762-53.814v-593.004c0-29.697 24.070-53.814 53.762-53.814h377.528c29.709 0 53.762 24.093 53.762 53.814v593.004c0 29.697-24.070 53.814-53.762 53.814zM404.211 367.158c44.648 0 80.842-35.883 80.842-80.842 0-44.648-35.883-80.842-80.842-80.842-44.648 0-80.842 35.883-80.842 80.842 0 44.648 35.883 80.842 80.842 80.842z" />
|
||||
<glyph unicode="" glyph-name="icon-layout_portrait-tablets" horiz-adv-x="931" d="M814.665 936.727c51.346 0 92.971-42 92.971-92.838v-791.779c0-51.273-41.469-92.838-92.971-92.838h-698.422c-51.346 0-92.971 42-92.971 92.838v791.779c0 51.273 41.469 92.838 92.971 92.838h698.422zM721.524 797.091h-512.139c-25.647 0-46.476-20.995-46.476-46.894v-604.394c0-25.999 20.808-46.894 46.476-46.894h512.139c25.647 0 46.476 20.995 46.476 46.894v604.394c0 25.999-20.808 46.894-46.476 46.894zM465.455 331.636c38.56 0 69.818-30.99 69.818-69.818 0-38.56-30.99-69.818-69.818-69.818-38.56 0-69.818 30.99-69.818 69.818 0 38.56 30.99 69.818 69.818 69.818z" />
|
||||
<glyph unicode="" glyph-name="icon-minimize" d="M213.333 192h597.333v-85.333h-597.333v85.333z" />
|
||||
<glyph unicode="" glyph-name="icon-mode_edit" horiz-adv-x="956" d="M925.768 793.574l-103.765 103.801c-41.083 41.083-112.688 41.083-153.771 0l-560.561-560.525-77.25-283.322-18.903-18.903c-14.132-14.131-14.168-36.931-0.219-51.172l-0.182-0.728 0.728 0.182c7.066-6.92 16.244-10.453 25.422-10.453 9.324 0 18.648 3.569 25.75 10.671l18.903 18.903 283.322 77.25 560.525 560.561c20.542 20.542 31.869 47.821 31.869 76.886s-11.327 56.344-31.869 76.849zM260.034 317.911l304.797 304.797 86.269-86.269-304.797-304.797-86.269 86.269zM806.001 691.34l-35.134-35.134-86.269 86.269 35.134 35.134c13.549 13.549 37.186 13.585 50.735 0l35.534-35.534c6.774-6.774 10.526-15.77 10.526-25.349-0.036-9.579-3.751-18.611-10.526-25.386z" />
|
||||
<glyph unicode="" glyph-name="icon-row_default_fe" horiz-adv-x="2121" d="M0 9.143c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143zM0 448c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143zM0 886.857c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143z" />
|
||||
<glyph unicode="" glyph-name="icon-text-block" d="M0 886.857c0 40.396 32.911 73.143 72.823 73.143h878.355c40.219 0 72.823-32.466 72.823-73.143 0-40.396-32.911-73.143-72.823-73.143h-878.355c-40.219 0-72.823 32.466-72.823 73.143zM0 594.286c0 40.396 32.496 73.143 73.564 73.143h681.824c40.628 0 73.564-32.466 73.564-73.143 0-40.396-32.496-73.143-73.564-73.143h-681.824c-40.628 0-73.564 32.466-73.564 73.143zM0 301.714c0 40.396 32.911 73.143 72.823 73.143h878.355c40.219 0 72.823-32.466 72.823-73.143 0-40.396-32.911-73.143-72.823-73.143h-878.355c-40.219 0-72.823 32.466-72.823 73.143zM0 9.143c0 40.396 32.746 73.143 73.457 73.143h389.467c40.569 0 73.457-32.466 73.457-73.143 0-40.396-32.746-73.143-73.457-73.143h-389.467c-40.569 0-73.457 32.466-73.457 73.143z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 168 B |
|
After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 244 B |
@@ -0,0 +1 @@
|
||||
document.addEventListener("DOMContentLoaded",(function(e){function t(e){if("IMG"!==e.nodeName)return;const t=e.classList.contains(i),n=e.parentElement.classList.contains(i),r=null!==e.closest("."+i);if(("true"===ForceInlineSVGActive||t||r)&&(!svgSettings.skipNested||t||n||!r)){var o=e.id,a=e.className,c=e.src;if(c.endsWith("svg")){var l=new XMLHttpRequest;l.onreadystatechange=function(){if(4===l.readyState&&200===l.status){var t=l.responseText;let c;const d=undefined;var n=(new DOMParser).parseFromString(t,"text/html").getElementsByTagName("svg")[0],i=n.id;if(void 0===o||""===o?void 0===i||""===i?(o="svg-replaced-"+s,n.setAttribute("id",o)):o=i:n.setAttribute("id",o),void 0!==a&&""!==a&&n.setAttribute("class",a+" replaced-svg svg-replaced-"+s),n.removeAttribute("xmlns:a"),"on"===frontSanitizationEnabled&&""!==n.outerHTML){var r=DOMPurify.sanitize(n.outerHTML);e.outerHTML=r}else e.replaceWith(n);s++}else 4===l.readyState&&l.status},l.open("GET",c,!0),l.send(null)}}}function n(e){if(e.childNodes.length>0)for(var s=0;s<e.childNodes.length;s++){var i;if("IMG"===e.childNodes[s].nodeName)t(e.childNodes[s]);else n(e.childNodes[s])}}let s=0,i;(bodhisvgsInlineSupport=function(){if("true"===ForceInlineSVGActive)for(var e=document.getElementsByTagName("img"),s=0;s<e.length;s++)void 0!==e[s].src&&e[s].src.match(/\.(svg)/)&&(e[s].classList.contains(cssTarget.ForceInlineSVG)||e[s].classList.add(cssTarget.ForceInlineSVG));String.prototype.endsWith||(String.prototype.endsWith=function(e,t){var n=this.toString();("number"!=typeof t||!isFinite(t)||Math.floor(t)!==t||t>n.length)&&(t=n.length),t-=e.length;var s=n.lastIndexOf(e,t);return-1!==s&&s===t}),String.prototype.endsWith=function(e){var t=this.length-e.length;return t>=0&&this.lastIndexOf(e)===t},i="true"===ForceInlineSVGActive?"img."!==cssTarget.Bodhi?cssTarget.ForceInlineSVG:"style-svg":"img."!==cssTarget.Bodhi?cssTarget.Bodhi:"style-svg","string"==typeof i&&(i=i.replace("img.",""),document.querySelectorAll("."+i).forEach((function(e){"IMG"===e.nodeName?t(e):n(e)})))})()}));
|
||||