Skip to content

Commit

Permalink
fix: drop override
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 21, 2022
1 parent 22e2ee3 commit b0d9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppelgaenger-websocket/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Dashboard example</h1>

<script>
const showLastMessage = false;
const socketOverride = "wss://dashboard-burrboard.apps.wonderful.iot-playground.org/socket";
// const socketOverride = "wss://dashboard-burrboard.apps.wonderful.iot-playground.org/socket";

if(showLastMessage) {
$("#last-message-container").show();
Expand Down

0 comments on commit b0d9506

Please sign in to comment.