mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
auto poll users when page loads
This commit is contained in:
parent
c7a0e609fc
commit
f02b2ef40a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue