]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
TODO update, also include more instead of sortables.
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index 55135a547f06307285216965b260caad144da133..a563b6367298679ea25c6586e49437a733595052 100644 (file)
@@ -216,7 +216,7 @@ qwebirc.ui.QuakeNetUI = new Class({
   Extends: qwebirc.ui.StandardUI,
   urlDispatcher: function(name, window) {
     if(name == "qwhois") {
-      return ["a", function(auth) {
+      return ["span", function(auth) {
         this.client.exec("/MSG Q whois #" + auth);
       }.bind(window)];
     }