mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Sidenav overlay on id removed instead of class
This commit is contained in:
@@ -476,7 +476,7 @@ function onepage_load(){
|
||||
Youtube.ytplayer.destroy();
|
||||
|
||||
$(".drag-target").remove();
|
||||
$(".sidenav-overlay").remove();
|
||||
$("#sidenav-overlay").remove();
|
||||
$("main").attr("class", "center-align container");
|
||||
$("body").attr("id", "");
|
||||
$("body").attr("style", "");
|
||||
|
||||
Reference in New Issue
Block a user