mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-11 02:22:30 +00:00
Sidenav overlay on id removed instead of class
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -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