mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40: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');
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('click', 'a[href=#]', (evt) => {
|
||||
evt.preventDefault();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue