mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-11-01 03:12:58 +02:00
0796e8e638
related #100
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
(function ( $ ) {
|
|
"use strict";
|
|
|
|
$(function () {
|
|
|
|
// Place your administration-specific JavaScript here
|
|
|
|
});
|
|
|
|
}(jQuery)); |