]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/qui.html
Try not to corrupt the namespaces.
[irc/quakenet/qwebirc.git] / static / qui.html
index 0060563963dee7795f333b7c279d51fe162a956e..bfbf99c5b8b3ab38102bfb971dc179d8a00eeb3e 100644 (file)
@@ -8,10 +8,10 @@
   <script type="text/javascript" src="js/qwebirc.js"></script>
   <script type="text/javascript" src="js/qui.js"></script>
   <script type="text/javascript">
-    new QWebIRCInterface("ircui", QUI);
+    var ui = new qwebirc.ui.Interface("ircui", qwebirc.ui.QUI);
   </script>
 </head>
-<body>
-  <div id="ircui"></div>
+<body height="100%">
+  <div id="ircui" style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;"></div>
 </body>
 </html>