HEX
Server: Apache
System: Linux webm008.cluster106.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: associattd (600886)
PHP: 5.6.40
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/associattd/www/wp-content/plugins/simple-lightbox/client/js/dev/lib.admin.js
/**
 * Admin
 * @package Simple Lightbox
 * @subpackage Admin
 * @author Archetyped
 */

/* global SLB, postboxes, pagenow */

if ( !!window.SLB && !!SLB.attach ) { (function ($) {

SLB.attach('Admin', {
	/**
	 * Initialization routines
	 */
	init: function() {
		if ( postboxes ) {
			postboxes.add_postbox_toggles(pagenow);
		}
	},
});

$(document).ready(function() {
	SLB.Admin.init();
});

})(jQuery);}