mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 09:46:09 +00:00
📺 Add github pages deploy task
This commit is contained in:
parent
7a3df002ee
commit
1d0caf22b3
4 changed files with 19 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const io = require('socket.io-client');
|
||||
|
||||
var socket = io("https://insight.dash.org:443/");
|
||||
var transactionList = document.getElementById('transactionList');
|
||||
var muteButton = document.getElementById('muteToggle');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue