app.js 335 B

123456789101112
  1. /*!
  2. * AdminLTE 3.0.0 Demo App
  3. * Author Abdullah Almsaeed <abdullah@almsaeedstudio.com>
  4. * Homepage Almsaeed Studio <https://almsaeedstudio.com>
  5. * License MIT <https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE>
  6. */
  7. (function ($) {
  8. 'use strict';
  9. // Activate the layout manager
  10. $('body').Layout();
  11. }(jQuery));