aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-10-31 04:35:40 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-10-31 04:35:40 +0800
commitaca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9 (patch)
tree066a6280876d2c6c05788989d1f0610be37b4b46 /index.html
parenteef4cd1b64c38e3327dbe7f1b70a60b01ce9cbed (diff)
parentcb607b4911711501a8e70db0fe2148c51272c719 (diff)
downloaddexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar.gz
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar.bz2
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar.lz
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar.xz
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.tar.zst
dexon-aca9a41fcf38ae42ab72b663b6fdc4ecd9c7a7b9.zip
Merge pull request #1 from debris/master
Http JSON-RPC provider, http polling, little refactor, whisper
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index fc658c00a..2b3f50a14 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="websocket.js"></script>
<script type="text/javascript" src="qt.js"></script>
+<script type="text/javascript" src="httprpc.js"></script>
<script type="text/javascript">
function registerName() {
var name = document.querySelector("#name").value;