aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-28 23:53:31 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-28 23:53:31 +0800
commit0b10cbd713faf56240f3da6940c58c17159849a9 (patch)
tree8f2932a0a458f423406bf86a62d827b5719c666d /index.html
parent3119be908c0d637bdc579f0a025da79efeae0cbe (diff)
downloadgo-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar.gz
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar.bz2
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar.lz
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar.xz
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.tar.zst
go-tangerine-0b10cbd713faf56240f3da6940c58c17159849a9.zip
http renamed to httprpc
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 70f788d0d..2b3f50a14 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +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="http.js"></script>
+<script type="text/javascript" src="httprpc.js"></script>
<script type="text/javascript">
function registerName() {
var name = document.querySelector("#name").value;