aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-06-06 11:32:10 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-06-06 11:32:10 +0200
commitcceda6a059b90c8e7e1319529f3fe686b16dfcf3 (patch)
treedfa30c1faba3a15e1da71555dc561d274d052930 /data/templates/edit.htm
parentff7a7fed31ec57d3a3222c1aff2084f85786976f (diff)
downloadphorkie-cceda6a059b90c8e7e1319529f3fe686b16dfcf3.tar.gz
phorkie-cceda6a059b90c8e7e1319529f3fe686b16dfcf3.zip
hide additional fields and add button to show them
Diffstat (limited to 'data/templates/edit.htm')
-rw-r--r--data/templates/edit.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit.htm b/data/templates/edit.htm
index f1f4a51..a365841 100644
--- a/data/templates/edit.htm
+++ b/data/templates/edit.htm
@@ -31,7 +31,7 @@
</form>
<script type="application/javascript">
$(document).ready(function() {
- initFilenames();
+ initEdit();
});
</script>
{% endblock %}