Skip to content

Commit

Permalink
Pull Request #87: Pin bookmarks buttons to the vine category buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FMaz008 committed Apr 1, 2024
2 parents 238d5ef + dee70ac commit 7565b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async function initInsertBookmarkButton() {
prom = await Tpl.loadFile("view/bookmark.html");
Tpl.setVar("date", appSettings.general.bookmarkDate);
let bookmarkContent = Tpl.render(prom);
$("#vvp-items-button-container ~ .vvp-container-right-align").append(bookmarkContent);
$("#vvp-items-button-container").append(bookmarkContent);
$("button.bookmarknow").on("click", function (event) {
//Fetch the current date/time from the server
let arrJSON = {
Expand Down

0 comments on commit 7565b50

Please sign in to comment.