summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-31 01:49:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-31 01:49:40 +0000
commitccce75df84b8daefeaf270da1d97b2df0a826027 (patch)
tree0ac960ab214e014a032bea68ebd5a901c8128f94 /usr/local/www/edit.php
parent555249ddce76186f4646202376180904aedd7eed (diff)
downloadpfsense-ccce75df84b8daefeaf270da1d97b2df0a826027.zip
pfsense-ccce75df84b8daefeaf270da1d97b2df0a826027.tar.gz
Appear for both cases
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index a0ea694..1504d43 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -115,10 +115,10 @@ outputJavaScriptFileInline("filebrowser/browser.js");
}
}
else {
- new Effect.Appear("fileContent");
$("fileStatus").innerHTML = values[0];
$("fileContent").value = "";
}
+ new Effect.Appear("fileContent");
}
function saveFile(file) {
OpenPOWER on IntegriCloud