mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
Fix typo that was messing up context edit of todo
This commit is contained in:
parent
a09b55d6b6
commit
36fb043ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ todoItems = {
|
||||||
$(itemsElem).css({height: '', overflow: ''});
|
$(itemsElem).css({height: '', overflow: ''});
|
||||||
},
|
},
|
||||||
expandNextActionListingByContext: function(itemsElemId, skipAnimation){
|
expandNextActionListingByContext: function(itemsElemId, skipAnimation){
|
||||||
todoItems.expandNextActionListing($('#'+itemsElem).get(), skipAnimation);
|
todoItems.expandNextActionListing($('#'+itemsElemId).get(), skipAnimation);
|
||||||
},
|
},
|
||||||
|
|
||||||
// private
|
// private
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue