diff options
author | Alexandre Van de Sande <alex.vandesande@ethdev.com> | 2015-03-03 05:39:07 +0800 |
---|---|---|
committer | Alexandre Van de Sande <alex.vandesande@ethdev.com> | 2015-03-03 05:39:07 +0800 |
commit | 21c373b55dc8543fb97ebf3c66128506d4f74d0a (patch) | |
tree | 35e73be31294b4726e6a42161ffcd513c8fe3807 /cmd/mist/assets/ext | |
parent | dea65840186fe861017524c9cb59ae07ac97ed06 (diff) | |
download | dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.gz dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.bz2 dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.lz dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.xz dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.zst dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.zip |
Network Health Panel with mining
Diffstat (limited to 'cmd/mist/assets/ext')
-rw-r--r-- | cmd/mist/assets/ext/mist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/mist/assets/ext/mist.js b/cmd/mist/assets/ext/mist.js index 2fc38cdfa..849e0804e 100644 --- a/cmd/mist/assets/ext/mist.js +++ b/cmd/mist/assets/ext/mist.js @@ -17,7 +17,6 @@ // this function is included locally, but you can also include separately via a header definition -console.log("loaded?"); document.onkeydown = function(evt) { // This functions keeps track of keyboard inputs in order to allow copy, paste and other features |