mirror of https://github.com/ColorlibHQ/AdminLTE
parent
6e4a3aeea0
commit
2715d7b111
|
@ -69,4 +69,13 @@ $(function() {
|
||||||
|
|
||||||
$("body").append(demo);
|
$("body").append(demo);
|
||||||
$("body").append(demo_settings);
|
$("body").append(demo_settings);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
function change_layout() {
|
||||||
|
$("body").toggleClass("fixed");
|
||||||
|
fix_sidebar();
|
||||||
|
}
|
||||||
|
function change_skin(cls) {
|
||||||
|
$("body").removeClass("skin-blue skin-black");
|
||||||
|
$("body").addClass(cls);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue