HEX
Server: Apache
System: Linux p102.lithium.hosting 4.18.0-553.141.1.el8_10.x86_64 #1 SMP Fri Jul 10 17:48:02 UTC 2026 x86_64
User: bvzmoamr (9955)
PHP: 8.1.34
Disabled: syslog
Upload Files
File: /var/www/html/wp-content/plugins/widget-options/assets/js/jquery.widgetopts.beaver.min.js
"use strict";var widgetoptsBeaverModule={init:function(){jQuery(".widgetopts-module-settings-container").hide(),this.bindEvents()},bindEvents:function(){var e=jQuery("body");e.on("click",".fl-builder-widgetopts-tab a",this.navClick),e.on("select2:open",'select[name="widgetopts_logic_snippet_id"]',this.refreshSnippets)},navClick:function(e){e.preventDefault();var t=jQuery(e.target).closest("a");jQuery(".widgetopts-s-active").removeClass("widgetopts-s-active"),jQuery("#fl-builder-settings-tab-widgetopts .fl-builder-settings-section").hide(),jQuery(t.attr("href")).show(),t.addClass("widgetopts-s-active")},refreshSnippets:function(e){var t=jQuery(this),i=t.val(),a="undefined"!=typeof FLBuilder&&FLBuilder._ajaxUrl?FLBuilder._ajaxUrl():"undefined"!=typeof ajaxurl?ajaxurl:"/wp-admin/admin-ajax.php";jQuery.ajax({url:a,type:"POST",data:{action:"widgetopts_get_snippets_ajax"},success:function(e){if(e.success&&e.data&&e.data.snippets){var a=e.data.snippets,s='<option value="">— No Logic (Always Show) —</option>';a.forEach(function(e){var t=i==e.id?" selected":"";s+='<option value="'+e.id+'"'+t+">"+jQuery("<div>").text(e.title).html()+"</option>"}),t.html(s).trigger("change.select2")}}})}};jQuery(document).ready(function(){widgetoptsBeaverModule.init()});