From: Darren Date: Thu, 13 Oct 2011 22:52:37 +0000 (+0100) Subject: Disabled integrated browser due to iframe busters killing kiwi X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8396c6bd88391180df75e79da2b4ef3755e70a9e;p=KiwiIRC.git Disabled integrated browser due to iframe busters killing kiwi --- diff --git a/client/js/util.js b/client/js/util.js index 7537858..9749f6c 100644 --- a/client/js/util.js +++ b/client/js/util.js @@ -175,7 +175,8 @@ var plugins = [ url = 'http://' + url; } - return '' + nice + '
'; + //return '' + nice + '
'; + return '' + nice + ''; }); return event; @@ -198,6 +199,8 @@ var plugins = [ }, + /** + * Disabled due to many websites closing kiwi with iframe busting { name: "inBrowser", oninit: function (event, opts) { @@ -257,6 +260,7 @@ var plugins = [ } }, + */ { name: "nick_colour",