mirror of https://github.com/ColorlibHQ/AdminLTE
parent
2715d7b111
commit
cfa254e96f
|
@ -147,14 +147,7 @@ function fix_sidebar() {
|
||||||
color: "rgba(0,0,0,0.2)"
|
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*/
|
/*END DEMO*/
|
||||||
$(window).load(function() {
|
$(window).load(function() {
|
||||||
/*! pace 0.4.17 */
|
/*! pace 0.4.17 */
|
||||||
|
|
Loading…
Reference in New Issue