diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-06-06 11:32:10 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-06-06 11:32:10 +0200 |
| commit | cceda6a059b90c8e7e1319529f3fe686b16dfcf3 (patch) | |
| tree | dfa30c1faba3a15e1da71555dc561d274d052930 /data/templates/edit.htm | |
| parent | ff7a7fed31ec57d3a3222c1aff2084f85786976f (diff) | |
| download | phorkie-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.htm | 2 |
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 %} |
