Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
imgntn committed Jun 11, 2012
1 parent 902f76a commit c206474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
//subscribe to a liveList channel
jug.subscribe("liveList", function(data){
console.log("Got liveList data: " + data);
desiresArray[1]=data;
desiresArray[0]=data;
desiresArrayParsed=JSON.parse(desiresArray[0]);
});

Expand Down

0 comments on commit c206474

Please sign in to comment.