You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdminLTE/dist/js/app.js

13 lines
335 B

/*!
* AdminLTE 3.0.0 Demo App
* Author Abdullah Almsaeed <abdullah@almsaeedstudio.com>
* Homepage Almsaeed Studio <https://almsaeedstudio.com>
* License MIT <https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE>
*/
(function ($) {
'use strict';
// Activate the layout manager
$('body').Layout();
}(jQuery));