fix for broken index.html.jade file
authorJack Allnutt <m2ys4u@Gmail.com>
Thu, 22 Sep 2011 01:49:30 +0000 (02:49 +0100)
committerJack Allnutt <m2ys4u@Gmail.com>
Thu, 22 Sep 2011 01:49:30 +0000 (02:49 +0100)
node/client/index.html.jade

index f6718501ecf57e1f914d61828740a9a53808b6e5..38ccf15e52147b6e356f59cf2cd21ee9c99ee0bc 100644 (file)
@@ -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")
             |        <input type="hidden" class="userbox_nick" value="${nick}" />
             |        <a class="userbox_query">Message</a>
             |        <a class="userbox_whois">Info</a>
-            |    </div>
\ No newline at end of file
+            |    </div>