mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- fixed error while manual sorting
This commit is contained in:
parent
5cba0b690b
commit
76d67d4f28
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ mytinytodoStorageAjax.prototype =
|
|||
|
||||
this[action](params, function(json){
|
||||
if(json.denied) mtt.errorDenied();
|
||||
callback.call(mtt, json)
|
||||
if(callback) callback.call(mtt, json)
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue