diff --git a/js/AdminLTE/app.js b/js/AdminLTE/app.js index d7b95379c..8257cda94 100644 --- a/js/AdminLTE/app.js +++ b/js/AdminLTE/app.js @@ -147,14 +147,7 @@ function fix_sidebar() { color: "rgba(0,0,0,0.2)" }); } -function change_layout() { - $("body").toggleClass("fixed"); - fix_sidebar(); -} -function change_skin(cls) { - $("body").removeClass("skin-blue skin-black"); - $("body").addClass(cls); -} + /*END DEMO*/ $(window).load(function() { /*! pace 0.4.17 */ @@ -1054,4 +1047,4 @@ $(window).load(function() { }) }) } -})(window.jQuery || window.Zepto); \ No newline at end of file +})(window.jQuery || window.Zepto);