hedgedoc/public/js
Sheogorath 45cc1325fb
Fix revision redirect to index page
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>
2020-02-10 17:45:43 +01:00
..
lib
cover.js Fix #249 - Focus user field after opening login modal 2020-01-08 18:37:11 +01:00
extra.js make standard conform [fix] 2019-10-30 17:46:54 +01:00
history.js
htmlExport.js
index.js Fix revision redirect to index page 2020-02-10 17:45:43 +01:00
locale.js
mathjax-config-extra.js
pretty.js
render.js
reveal-markdown.js
slide.js
utils.js