summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/edit.php')
-rw-r--r--src/usr/local/www/edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/edit.php b/src/usr/local/www/edit.php
index 055020e..f4ecde7 100644
--- a/src/usr/local/www/edit.php
+++ b/src/usr/local/www/edit.php
@@ -149,7 +149,8 @@ require("head.inc");
</div>
</div>
-<script>
+<script type="text/javascript">
+//<![CDATA[
function loadFile() {
jQuery("#fileStatus").html("");
jQuery("#fileStatusBox").show(500);
@@ -350,6 +351,7 @@ var Base64 = {
loadFile();
});
<?php endif; ?>
+//]]>
</script>
<?php include("foot.inc");
OpenPOWER on IntegriCloud