From 8396c6bd88391180df75e79da2b4ef3755e70a9e Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 13 Oct 2011 23:52:37 +0100 Subject: [PATCH] Disabled integrated browser due to iframe busters killing kiwi --- client/js/util.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", -- 2.25.1