diff --git a/README.md b/README.md index 373e9400..d9a76485 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,9 @@ NZBGet is a binary downloader, which downloads files from Usenet based on information given in nzb-files. -NZBGet is written in C++ and is known for its extraordinary performance and efficiency. +NZBGet is written in C++ and is known for its performance and efficiency. -NZBGet can be run on almost every device - classic PCs, NAS, media players, SAT-receivers, WLAN-routers, etc. -The download area provides precompiled binaries -for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms -the program can be compiled from sources. - -- [Home page (nzbget.net)](http://nzbget.net) - learn more about NZBGet; -- [Downloads](http://nzbget.net/download) - get compiled binaries and sources; -- [Documentation](http://nzbget.net/documentation) - installation manuals, HOW-TOs, API; -- [Forum](http://forum.nzbget.net) - get support, share your ideas, scripts, add-ons. +NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc. +The download area provides precompiled binaries for Windows, macOS, Linux (compatible with +many CPUs and platform variants), FreeBSD and Android. For other platforms +the program can be compiled from sources. \ No newline at end of file diff --git a/webui/config.js b/webui/config.js index c83872f2..81ed0842 100644 --- a/webui/config.js +++ b/webui/config.js @@ -504,7 +504,6 @@ var Config = (new function($) var $ConfigTabBadgeEmpty; var $ConfigContent; var $ConfigInfo; - var $ConfigAbout; var $ConfigTitle; var $ConfigTable; var $ViewButton; @@ -533,7 +532,6 @@ var Config = (new function($) $ConfigTabBadgeEmpty = $('#ConfigTabBadgeEmpty'); $ConfigContent = $('#ConfigContent'); $ConfigInfo = $('#ConfigInfo'); - $ConfigAbout = $('#ConfigAbout'); $ConfigTitle = $('#ConfigTitle'); $ViewButton = $('#Config_ViewButton'); $LeaveConfigDialog = $('#LeaveConfigDialog'); @@ -1211,10 +1209,9 @@ var Config = (new function($) $('li', $ConfigNav).removeClass('active'); link.closest('li').addClass('active'); $ConfigContent.removeClass('search'); - Util.show($ViewButton, sectionId !== 'Config-Info' && sectionId !== 'Config-About'); + Util.show($ViewButton, sectionId !== 'Config-Info'); $ConfigInfo.hide(); - $ConfigAbout.hide(); if (sectionId === 'Search') { @@ -1228,15 +1225,7 @@ var Config = (new function($) { $ConfigInfo.show(); $ConfigData.children().hide(); - $ConfigTitle.text('INFO: SETTINGS'); - return; - } - - if (sectionId === 'Config-About') - { - $ConfigAbout.show(); - $ConfigData.children().hide(); - $ConfigTitle.text('NZBGET ' + Options.option('version')); + $ConfigTitle.text('INFO'); return; } diff --git a/webui/index.html b/webui/index.html index a839cb49..99344171 100644 --- a/webui/index.html +++ b/webui/index.html @@ -538,7 +538,6 @@
@@ -547,7 +546,7 @@
-
INFO: SETTINGS
+
INFO
View
- -
-

For info on NZBGet project please visit NZBGet Home Page. Among other things the developers of third-party apps find there complete docs about RPC interface.

-

Should you need help, have suggestions or want to share your improvements - NZBGet Forum is a place to do that.

Copyright

This program is free software; you can redistribute it and/or modify