From cfa254e96f0c727c64c0878c4f43c950e3b5eaa2 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Thu, 3 Jul 2014 11:46:35 -0400 Subject: [PATCH] Update app.js Removed demo functions --- js/AdminLTE/app.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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);