Skip to content

Commit

Permalink
added test dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bikash committed Feb 18, 2016
1 parent fce34dc commit 9e059dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added lib/web-examples-3.2.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
heartElement = $("#heart");
setupSmootie();
//eb = new EventBus(socket);
eb = new vertx.EventBus("http://localhost:5555");
eb = new EventBus("http://localhost:5555");
eb.onopen = function () {
subscribeToHeartrate();
subscribeToActivity();
Expand Down

0 comments on commit 9e059dd

Please sign in to comment.