From 8c97684df49bee5eb97c4ddcb235b4f11d4c01ad Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Thu, 22 Sep 2011 02:49:30 +0100 Subject: [PATCH] fix for broken index.html.jade file --- node/client/index.html.jade | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 + | -- 2.25.1