Skip to content

Commit

Permalink
Prep for feature request #10
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 27, 2015
1 parent a442966 commit b4aa998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
function onOpen(evt) {
writeToScreen("CONNECTED");
doSend({"op":"unconfirmed_sub"});
doSent({"op":"blocks_sub"});
}

function onClose(evt) { writeToScreen("DISCONNECTED"); }
Expand Down Expand Up @@ -345,6 +346,9 @@
}
});
}
else if (msg.op == "block") {
;
}
// flush the buffer if not empty
if (! paused && linksBuffer.length > 0) {
for(var i=0;i<linksBuffer.length;i++){
Expand Down

0 comments on commit b4aa998

Please sign in to comment.