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