From 9143c440a5f59f74112fbe9c10b301672918ae7d Mon Sep 17 00:00:00 2001 From: Benjamin Hutchins Date: Wed, 29 Jan 2014 20:54:19 -0500 Subject: [PATCH] Removed broken "Documentation" iframe from the webui. Improves fix qbittorrent/qBittorrent#1343 --- src/webui/html/index.html | 2 +- src/webui/scripts/mocha-init.js | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/webui/html/index.html b/src/webui/html/index.html index 33ea10e14..706f5691c 100644 --- a/src/webui/html/index.html +++ b/src/webui/html/index.html @@ -62,7 +62,7 @@ diff --git a/src/webui/scripts/mocha-init.js b/src/webui/scripts/mocha-init.js index cc8fab96c..0506952e1 100644 --- a/src/webui/scripts/mocha-init.js +++ b/src/webui/scripts/mocha-init.js @@ -246,18 +246,6 @@ initializeWindows = function(){ }); }); - addClickEvent('docs', function(e){ - new Event(e).stop(); - new MochaUI.Window({ - id: 'docsPage', - title: 'qBittorrent official wiki', - loadMethod: 'iframe', - contentURL: 'http://wiki.qbittorrent.org/', - width: 650, - height: 400 - }); - }); - addClickEvent('about', function(e){ new Event(e).stop(); new MochaUI.Window({