📺 Add github pages deploy task

This commit is contained in:
Joshua Seigler 2017-09-12 13:12:50 -04:00
parent 7a3df002ee
commit 1d0caf22b3
4 changed files with 19 additions and 2 deletions

View file

@ -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');