Browse Source

Removed debug alert in Web UI

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
bbb5ad31c4
  1. 1
      src/webui/preferences_content.html

1
src/webui/preferences_content.html

@ -711,7 +711,6 @@ updatePeerProxyAuthSettings = function() { @@ -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…
Cancel
Save