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:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
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