Remember categories when they have changed.

remotes/origin/stable4
Thomas Tanghus 2012-03-12 21:55:54 +07:00
parent 3efa5f17f2
commit 60fe9dda5d
1 changed files with 3 additions and 2 deletions

@ -467,8 +467,9 @@ Contacts={
}
return false;
},
categoriesChanged:function(categories) { // Categories added/deleted.
console.log('categoriesChanged for ' + Contacts.UI.Card.id + ' : ' + categories);
categoriesChanged:function(newcategories) { // Categories added/deleted.
console.log('categoriesChanged for ' + Contacts.UI.Card.id + ' : ' + newcategories);
categories = newcategories;
var categorylist = $('#categories_value').find('input');
$.getJSON(OC.filePath('contacts', 'ajax', 'categories/categoriesfor.php'),{'id':Contacts.UI.Card.id},function(jsondata){
if(jsondata.status == 'success'){