Skip to content
Snippets Groups Projects
Commit aa84a54e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

not needed with named wrapper

parent 4555fb3e
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,6 @@ globalThis.userButton = function(nextButton = V.nextButton, nextLink = V.nextLin
el.append(link);
el.append(" ");
App.UI.DOM.appendNewElement("span", el, App.UI.Hotkeys.hotkeys("nextLink"), "hotkey");
} else {
link = document.createElement("div");
link.id = "nextButton";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment