mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* disable preview by tag
This commit is contained in:
parent
6eac80ee1d
commit
0b743618ea
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
|
|||
openList: 0,
|
||||
autotag: false,
|
||||
instantSearch: true,
|
||||
tagPreview: true,
|
||||
tagPreview: false,
|
||||
tagPreviewDelay: 700, //milliseconds
|
||||
ajaxAnimationDelay: 200,
|
||||
saveShowNotes: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue