mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #2055 from scriptythekid/master
make drag&drop todos from/to contexts work again - fix #2054
This commit is contained in:
commit
dad7fdf006
3 changed files with 3 additions and 2 deletions
|
|
@ -648,7 +648,7 @@ var ContextListPage = {
|
|||
}
|
||||
},
|
||||
save_context_name: function(value, settings) {
|
||||
var context_id = $(this).parents('.container.context').get(0).id.split('c')[1];
|
||||
var context_id = $(this).parents('.container.context').get(0).id.split('_')[1];
|
||||
var highlight = function(){
|
||||
$('div.context span#context_name').effect('highlight', {}, 500);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue