From 7652a21d3e7946a8b0864738d75230f461369c2e Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Tue, 19 Jul 2011 06:57:07 +0100 Subject: [PATCH] Removed hard-coded kiwi location --- node/client/index.html.html | 68 ------------------------------------- node/client/index.html.jade | 2 +- 2 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 node/client/index.html.html diff --git a/node/client/index.html.html b/node/client/index.html.html deleted file mode 100644 index d1ede49..0000000 --- a/node/client/index.html.html +++ /dev/null @@ -1,68 +0,0 @@ -Kiwi IRC

Kiwi IRC

Connect...
more
Connect...
Powered by Kiwi IRC
      \ No newline at end of file diff --git a/node/client/index.html.jade b/node/client/index.html.jade index c76a7b9..9918e82 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -34,7 +34,7 @@ html(xmlns="http://www.w3.org/1999/xhtml") var agent = '#{agent}'; var touchscreen = #{touchscreen}; var init_data = {}; - var kiwi_server = '#{proto}://192.168.1.127:7777/kiwi'; + var kiwi_server = '#{proto}://' + document.location.host + '/kiwi'; var touch_scroll; $(document).ready(function(){ -- 2.25.1