Disabled integrated browser due to iframe busters killing kiwi
authorDarren <darren@darrenwhitlen.com>
Thu, 13 Oct 2011 22:52:37 +0000 (23:52 +0100)
committerDarren <darren@darrenwhitlen.com>
Thu, 13 Oct 2011 22:52:37 +0000 (23:52 +0100)
client/js/util.js

index 753785821aef6fa972b04d2c9c55eb216c3a9b3d..9749f6cc943cf39e1e5c283424ff78338e6f2915 100644 (file)
@@ -175,7 +175,8 @@ var plugins = [
                     url = 'http://' + url;
                 }
 
-                return '<a class="link_ext" target="_blank" rel="nofollow" href="' + url + '">' + nice + '<div class="tt box"></div></a>';
+                //return '<a class="link_ext" target="_blank" rel="nofollow" href="' + url + '">' + nice + '<div class="tt box"></div></a>';
+                return '<a class="link_ext" target="_blank" rel="nofollow" href="' + url + '">' + nice + '</a>';
             });
 
             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",