2012-08-17 21:06:06 +03:00
|
|
|
(function ($) {
|
2012-11-03 00:27:32 +02:00
|
|
|
"use strict";
|
2012-08-17 21:06:06 +03:00
|
|
|
$(function () {
|
2012-03-06 05:33:04 +02:00
|
|
|
// Place your administration-specific JavaScript here
|
|
|
|
});
|
2012-08-17 21:06:06 +03:00
|
|
|
}(jQuery));
|