diff --git a/admin-root/config.js b/admin-root/config.js index 6603a320..8f3b140a 100644 --- a/admin-root/config.js +++ b/admin-root/config.js @@ -331,7 +331,7 @@ var Config ={ } }, _browse: function(e) { - alert('Browse'); + alert('Here goes UI to browse for files and dirs'); }, _showAdvancedConfig: function (e) { Element.toggle('advanced_config_button'); @@ -452,7 +452,6 @@ function saveForm() { } else { multiple[input.name] = [value]; } - alert(value); } else { if (DEBUG) { debug(input.id,input.value);