Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
91667c1990
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
//Attach onmessage to websocket
|
||||
ws.onmessage = function(evt) {
|
||||
var obj = jQuery.parseJSON(evt.data);
|
||||
console.log(obj)
|
||||
//console.log(obj);
|
||||
debug("got a " + obj['class'] + " for groups " + obj['group_ids']);
|
||||
|
||||
if (obj['class']=="retractions"){
|
||||
|
|
|
|||
Loading…
Reference in a new issue