auto poll users when page loads

This commit is contained in:
Faye Li 2017-01-25 11:59:31 -08:00
parent c7a0e609fc
commit f02b2ef40a

View file

@ -115,6 +115,7 @@
$(document).ready(function() {
$("#dev-div").append("<p>ready</p>");
pollUsers();
// Listen for events from hifi
EventBridge.scriptEventReceived.connect(onScriptEventReceived);
// Send a ready event to hifi