Update app.js

Removed demo functions
pull/67/merge
Abdullah Almsaeed 2014-07-03 11:46:35 -04:00
parent 2715d7b111
commit cfa254e96f
1 changed files with 2 additions and 9 deletions

View File

@ -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);
})(window.jQuery || window.Zepto);