mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 16:12:34 +01:00
Fix missing profile checks.
Thanks to justinr1234 !
This commit is contained in:
parent
434ed895ed
commit
64ee60a008
14 changed files with 42 additions and 36 deletions
|
|
@ -135,6 +135,6 @@ $(document).on('click', (evt) => {
|
|||
}
|
||||
});
|
||||
|
||||
$(document).on('click', 'a[href=#]', (evt) => {
|
||||
$(document).on('click', 'a[href=\\#]', (evt) => {
|
||||
evt.preventDefault();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue