diff --git a/dist/js/app.js b/dist/js/app.js index f0e1ea8b5..73eed3c6e 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -10,7 +10,8 @@ * @version 2.3.8 * @license MIT */ - +/* jshint ignore:start */ +// jscs:disable //Make sure jQuery has been loaded before app.js if (typeof jQuery === "undefined") { throw new Error("AdminLTE requires jQuery");