Path : /srv/www/vhosts/dovastex/wp-content/plugins/simple-lightbox/client/js/dev/ |
Current File : //srv/www/vhosts/dovastex/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);}