This commit is contained in:
Jeena Paradies 2012-11-09 23:38:17 +01:00
parent 6b0a1fde17
commit 2bed2d844d
4 changed files with 24 additions and 9 deletions

View file

@ -232,8 +232,6 @@ function(jQuery, Paths, URI, HostApp, Followings) {
data["mentions"] = mentions;
}
debug(data);
//return
Paths.getURL(url.toString(), http_method, callback, JSON.stringify(data)); // FIXME: error callback
}