AdminLTE/dist/js/app.js

13 lines
335 B
JavaScript
Raw Normal View History

2016-01-16 16:27:23 +00:00
/*!
* 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>
2015-05-21 09:06:14 +00:00
*/
(function ($) {
2015-07-25 19:06:16 +00:00
'use strict';
2016-01-16 16:27:23 +00:00
// Activate the layout manager
$('body').Layout();
2016-01-16 16:27:23 +00:00
}(jQuery));