mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-04 19:04:30 +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() {
|
getWatchedFolders = function() {
|
||||||
var nb_folders = $("watched_folders_tab").getChildren("tbody")[0].getChildren("tr").length;
|
var nb_folders = $("watched_folders_tab").getChildren("tbody")[0].getChildren("tr").length;
|
||||||
alert(nb_folders);
|
|
||||||
var folders = Array();
|
var folders = Array();
|
||||||
var download_in_place = Array();
|
var download_in_place = Array();
|
||||||
for(var i=0; i<nb_folders; i+=1) {
|
for(var i=0; i<nb_folders; i+=1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user