mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- fix js error when no lists to display
This commit is contained in:
parent
ea2ace9066
commit
8b4960206d
1 changed files with 1 additions and 1 deletions
|
|
@ -1323,7 +1323,7 @@ function tabSelect(elementOrId)
|
|||
}
|
||||
if ( !tabLists.exists(id) ) {
|
||||
// TODO: handle unknown list
|
||||
flashError(_mtt.lang.get('denied'), id);
|
||||
flashError(_mtt.lang.get('denied'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue