File size: 259 Bytes
209ce8e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
/* cb077b0d Admin JS */
(function($) {
    'use strict';
    $(document).ready(function() {
        // Status check
        if (typeof cb077b0d_vars !== 'undefined') {
            console.log('cb077b0d admin loaded.');
        }
    });
})(jQuery);