6 lines
242 B
JavaScript
6 lines
242 B
JavaScript
(function($) {
|
|
console.log('Your plugin just got loaded on the admin page!');
|
|
console.log('This is what you get as jQuery:', $);
|
|
console.log('Here is what you set for nmspPluginAdminApi:', window.nmspPluginAdminApi);
|
|
}(window.jQuery));
|