- /*!
- * 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));
|