From 54388b4ab84ae52f9166bed72be3a248982497c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Betn=C3=A9r?= Date: Sun, 4 Jun 2006 20:50:35 +0000 Subject: [PATCH] Always look for debug alerts() before comitting. --- admin-root/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);