mirror of
https://github.com/supanadit/todo.git
synced 2024-11-21 17:46:23 +00:00
New logo
This commit is contained in:
parent
abbdd5ce10
commit
9bc30bc722
Binary file not shown.
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 303 B |
@ -611,7 +611,7 @@
|
||||
|
||||
// Edit Todo by CTRL + ENTER at Todo Description
|
||||
$("#todo-edit-modal-field-description").keydown(function (e) {
|
||||
if (e.ctrlKey && e.keyCode == 13) {
|
||||
if (e.ctrlKey && e.keyCode === 13) {
|
||||
editTodo();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user