Skip to content

Commit

Permalink
Update menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LB123658 authored Jul 28, 2021
1 parent c42bf01 commit 787fb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function div() {
function makeMenu() {
var container = document.createElement("div");
container.style.position = "fixed";
container.style.top = "0px";
Expand Down Expand Up @@ -82,4 +82,4 @@ shareLink.onclick = function() {shareLink.select();};
shareClose.onclick = function() {sharing.style.visibility = "hidden"; document.body.style.pointerEvents = "auto"; shade.style.visibility = "hidden";};
share.onclick = function() {document.body.style.pointerEvents = "none"; sharing.style.visibility = "visible"; sharing.style.pointerEvents = "auto"; sharing.style.opacity = "2"; shade.style.visibility = "visible";};
}
div();
makeMenu();

0 comments on commit 787fb29

Please sign in to comment.