summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-31 01:16:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-31 01:16:10 +0000
commit39fb9874215152847f3e760625866716c03561da (patch)
tree7cc42e2cd4b4cf95ffc94a68a990bbfa251bc29c /usr/local/www/edit.php
parent8e78c1cf6be245ef493be5d910336e4677283581 (diff)
downloadpfsense-39fb9874215152847f3e760625866716c03561da.zip
pfsense-39fb9874215152847f3e760625866716c03561da.tar.gz
Fade out edit box when we are browsing. Fade it back in when file is loaded.
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index acc2ff2..03e7688 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -117,6 +117,7 @@ outputJavaScriptFileInline("filebrowser/browser.js");
else {
$("fileStatus").innerHTML = values[0];
$("fileContent").value = "";
+ new Effect.Appear("fileContent");
}
}
OpenPOWER on IntegriCloud