mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 05:56:22 +00:00
Update app.js
Removed demo functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user