Finish mindmapHistory rest service.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-17 02:51:01 -03:00
parent 33131d4e9e
commit 5e67811dcf
29 changed files with 342 additions and 419 deletions

View File

@@ -231,8 +231,6 @@ $("#addBtn").click(function(event) {
email = emails[i];
addCollaboration(email, role, 'New');
}
} else {
}
});