1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-19 10:42:29 +03:00

Comment Mentions: Added keyboard nav, worked on design

This commit is contained in:
Dan Brown
2025-12-14 17:19:08 +00:00
parent 147ff00c7a
commit e2f91c2bbb
8 changed files with 116 additions and 52 deletions

View File

@@ -20,7 +20,7 @@ function listen() {
if (url.pathname.endsWith(name)) {
const next = link.cloneNode();
next.href = name + '?' + Math.random().toString(36).slice(2);
next.href = name + '?version=' + Math.random().toString(36).slice(2);
next.onload = function() {
link.remove();
};