mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Update demo.js
Added missing functions
This commit is contained in:
+10
-1
@@ -69,4 +69,13 @@ $(function() {
|
||||
|
||||
$("body").append(demo);
|
||||
$("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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user