summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
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