Merge pull request #2055 from scriptythekid/master

make drag&drop todos from/to contexts work again  - fix #2054
This commit is contained in:
Jyri-Petteri Paloposki 2019-05-22 22:46:51 +03:00 committed by GitHub
commit dad7fdf006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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);
};