mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Merge branch 'master' into frontend-next
This commit is contained in:
commit
4bbe035beb
8 changed files with 95 additions and 59 deletions
|
@ -1761,6 +1761,10 @@ ui.toolbar.uploadImage.bind('change', function (e) {
|
|||
ui.toc.dropdown.click(function (e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
// prevent empty link change hash
|
||||
$('a[href="#"]').click(function (e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
//modal actions
|
||||
var revisions = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue