diff --git a/src/webui/html/index.html b/src/webui/html/index.html index 3ea56e168..44f0cae9c 100644 --- a/src/webui/html/index.html +++ b/src/webui/html/index.html @@ -60,9 +60,9 @@
  • _(&Help)
  • diff --git a/src/webui/scripts/mocha-init.js b/src/webui/scripts/mocha-init.js index 26140bdbb..827e05c9c 100644 --- a/src/webui/scripts/mocha-init.js +++ b/src/webui/scripts/mocha-init.js @@ -234,42 +234,6 @@ initializeWindows = function(){ } } - addClickEvent('bug', function(e){ - new Event(e).stop(); - new MochaUI.Window({ - id: 'bugPage', - title: '_(Report a bug)', - loadMethod: 'iframe', - contentURL: 'http://bugs.qbittorrent.org/', - width: 650, - height: 400 - }); - }); - - addClickEvent('site', function(e){ - new Event(e).stop(); - new MochaUI.Window({ - id: 'sitePage', - title: 'qBittorrent Website', - loadMethod: 'iframe', - contentURL: 'http://www.qbittorrent.org/', - width: 650, - height: 400 - }); - }); - - 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({