uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
old
/
public_html
/
wp-content
/
.
/
plugins
/
robin-image-optimizer
/
admin
/
assets
/
js
/
modals.js
/
/
/** * A set of tools for creating pop-ups. You can create a popup * using a global method call. * * @author Webcraftic <wordpress.webraftic@gmail.com> * @copyright (c) 05.04.2019, Webcraftic * @version 1.0 */ (function($) { 'use strict'; if( !$.wrio_modal ) { $.wrio_modal = {}; } $.wrio_modal = $.wrio_popup || { showErrorModal: function(text) { if( !text ) { console.log('[Error]: Text required.'); return; } swal({ title: 'Error', text: text, type: 'error', customClass: 'wrio-modal wrio-modal-error', width: 500, confirmButtonText: 'OK', }); }, showWarningModal: function(text, callback) { if( !text ) { console.log('[Error]: Text required.'); return; } swal({ title: 'Warning', text: text, type: 'warning', customClass: 'wrio-modal wrio-modal-warning', width: 500, showCancelButton: true, showCloseButton: true, confirmButtonText: 'OK', }).then(function(result) { if( callback ) { callback(); } }).catch(swal.noop); }, }; })(jQuery);
/home/batcwwjx/old/public_html/wp-content/./plugins/robin-image-optimizer/admin/assets/js/modals.js