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:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user