mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 08:49:06 +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();
|
Youtube.ytplayer.destroy();
|
||||||
|
|
||||||
$(".drag-target").remove();
|
$(".drag-target").remove();
|
||||||
$(".sidenav-overlay").remove();
|
$("#sidenav-overlay").remove();
|
||||||
$("main").attr("class", "center-align container");
|
$("main").attr("class", "center-align container");
|
||||||
$("body").attr("id", "");
|
$("body").attr("id", "");
|
||||||
$("body").attr("style", "");
|
$("body").attr("style", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user