Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fix web-based control option to set event slide image on load event
Browse files Browse the repository at this point in the history
  • Loading branch information
craig410 committed Jul 12, 2019
1 parent 3d33e01 commit 66999e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4>Debug tools</h4>
document.getElementById('load-event').addEventListener('click', function (e) {
var event_id = document.getElementById('event-id').value;
ib.sendCommand("eventid", event_id);
ib.sendCommand("event-slide/eventid", event_id);
ib.sendCommand("walkin/event-slide/eventid", event_id);
});

document.getElementById('show-walkin').addEventListener('click', function (e) {
Expand Down

0 comments on commit 66999e2

Please sign in to comment.