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({