From: Jack Allnutt Date: Tue, 19 Jul 2011 05:57:07 +0000 (+0100) Subject: Removed hard-coded kiwi location X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7652a21d3e7946a8b0864738d75230f461369c2e;p=KiwiIRC.git Removed hard-coded kiwi location --- 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(){