]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/url.js
Merge pull request #305 from retropc/master
[irc/quakenet/qwebirc.git] / js / ui / url.js
index 0c7e6b021dd54d3f2f4ed1dd9ab2a9ccafcd75b2..36634ad090b7106660c5f031c95468682286787b 100644 (file)
@@ -34,7 +34,6 @@ qwebirc.ui.urlificate = function(element, text, execfn, cmdfn, window) {
     var punct = text.substring(newtext.length);
 
     var a = new Element("span");
-    a.href = "#";
     a.addClass("hyperlink-channel");
     a.addEvent("click", function(e) {
       new Event(e).stop();