![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/plugins/gallery-images-ape/assets/js/admin/ |
/* * Ape Gallery * Author: Wp Gallery Ape * Author URI: https://wpape.net/ * License: GPL-2.0+ */ /* Setup dialog in gallery settings */ jQuery(function(){ var apeGalleryDialog = jQuery("#wpape_showInformation"); apeGalleryDialog.dialog({ 'dialogClass' : 'wp-dialog', 'title': ape_gallery_js_text.title, 'modal' : true, 'autoOpen' : ape_gallery_js_text.open=='1' ? true : false, 'width': '490', 'maxWidth': 490, 'height': 'auto', 'fluid': true, 'resizable': false, 'responsive': true, 'draggable': false, 'closeOnEscape' : true, 'buttons' : [{ 'text' : ape_gallery_js_text.close, 'class' : 'button button-link wpape_dialog_close wpape_dialog_continue', 'click' : function() { jQuery(this).dialog('close'); } },{ 'text' : ape_gallery_js_text.info, 'class' : 'button-primary wpape_getproversion_blank wpape_close_dialog', 'click' : function(){} }], }); window['apeGalleryDialog'] = apeGalleryDialog; jQuery(".ui-dialog-titlebar-close").addClass("ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close"); jQuery('.wpape-block-premium').click( function(event ){ event.preventDefault(); apeGalleryDialog.dialog("open"); }); });