mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
45cc1325fb
The revision view had a bug that clicking on a list entry would redirect the user back to the index page instead of providing the revision diff. This was cased by the baseurl which is now used as reference for hrefs. Therefore when clicking on the `href="#"` this was actually pointing at `<baseurl>#` which is usually the index page. This patch simply removes the href from the list items and therefore the link functionality. This fixes the whole problem by removing 9 characters from our source code. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> |
||
---|---|---|
.. | ||
lib | ||
cover.js | ||
extra.js | ||
history.js | ||
htmlExport.js | ||
index.js | ||
locale.js | ||
mathjax-config-extra.js | ||
pretty.js | ||
render.js | ||
reveal-markdown.js | ||
slide.js | ||
utils.js |