mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge branch 'nztqa-disable_link' into devel
This commit is contained in:
commit
0092a73e86
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