From: Jack Allnutt Date: Thu, 22 Sep 2011 01:49:30 +0000 (+0100) Subject: fix for broken index.html.jade file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8c97684df49bee5eb97c4ddcb235b4f11d4c01ad;p=KiwiIRC.git fix for broken index.html.jade file --- diff --git a/node/client/index.html.jade b/node/client/index.html.jade index f671850..38ccf15 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -76,7 +76,10 @@ html(xmlns="http://www.w3.org/1999/xhtml", lang="en-gb") ul div#windows.windows - div.scroller(style="width:100%;height:100%;") + div#panel1.panel + div.scroller(style="width:100%;height:100%;") + + div#panel2.panel div.control div.msginput @@ -110,7 +113,7 @@ html(xmlns="http://www.w3.org/1999/xhtml", lang="en-gb") - if (touchscreen) script(type="text/javascript", src="/js/touchscreen_tweaks.js") - + - var proto - if (config.listen_ssl) - proto = 'https' @@ -194,4 +197,4 @@ html(xmlns="http://www.w3.org/1999/xhtml", lang="en-gb") | | Message | Info - | \ No newline at end of file + |