summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-11 17:17:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-11 17:17:04 +0000
commit5a2993ac6be600e4330b38c883aede9ccd7c5aaf (patch)
treefea6898bfc8ddf4a56b942ba944163394f913abd /usr/local/www/wizards
parent7ecf4fddc04b3043fc9676b2997c245474d1f6f4 (diff)
downloadpfsense-5a2993ac6be600e4330b38c883aede9ccd7c5aaf.zip
pfsense-5a2993ac6be600e4330b38c883aede9ccd7c5aaf.tar.gz
Remove debugging alert()
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index cbd4363..d9c8dfb 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -117,7 +117,6 @@
<description>On this screen we will configure the Wide Area Network information.</description>
<javascriptafterformdisplay>
var selectedItem = 0;
- alert(document.forms[0].wantype.value);
if(document.forms[0].wantype.value == 'dhcp') {
selectedItem = 1;
document.forms[0].ipaddress.value = '';
OpenPOWER on IntegriCloud