mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
5 lines
No EOL
103 B
JavaScript
5 lines
No EOL
103 B
JavaScript
(function($) {
|
|
$(function() {
|
|
// Place your administration-specific JavaScript here
|
|
});
|
|
})(jQuery); |