mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-04 10:54:35 +00:00
Removed debug alert in Web UI
This commit is contained in:
parent
3d4c1fe7da
commit
bbb5ad31c4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user