1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 11:23:15 +03:00
WordPress-Plugin-Boilerplate/js/admin.js

5 lines
105 B
JavaScript

(function ($) {
$(function () {
// Place your administration-specific JavaScript here
});
}(jQuery));