mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
Removed debug alert in Web UI
This commit is contained in:
parent
3d4c1fe7da
commit
bbb5ad31c4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue