mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Fix disable a href=“#” link
This commit is contained in:
parent
6147bfac82
commit
0e7c79bd1a
1 changed files with 4 additions and 0 deletions
|
|
@ -134,3 +134,7 @@ $(document).on('click', (evt) => {
|
||||||
EscapeActions.clickExecute(evt.target, 'multiselection');
|
EscapeActions.clickExecute(evt.target, 'multiselection');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).on('click', 'a[href=#]', (evt) => {
|
||||||
|
evt.preventDefault();
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue