mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
Removed debug alert in Web UI
This commit is contained in:
@@ -711,7 +711,6 @@ updatePeerProxyAuthSettings = function() {
|
||||
|
||||
getWatchedFolders = function() {
|
||||
var nb_folders = $("watched_folders_tab").getChildren("tbody")[0].getChildren("tr").length;
|
||||
alert(nb_folders);
|
||||
var folders = Array();
|
||||
var download_in_place = Array();
|
||||
for(var i=0; i<nb_folders; i+=1) {
|
||||
|
||||
Reference in New Issue
Block a user