diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-05 07:42:46 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-05 07:42:46 +0200 |
| commit | b37a4932bbdba191868810ab9a5d648a1b197889 (patch) | |
| tree | 4d90cdccbf9fe4e944a28e7a3b573c3becc01e61 /data/templates/edit.htm | |
| parent | ffaeeb9fccfe11fa749d688c9e3d738223c6ea08 (diff) | |
| download | phorkie-b37a4932bbdba191868810ab9a5d648a1b197889.tar.gz phorkie-b37a4932bbdba191868810ab9a5d648a1b197889.zip | |
hide type dropdown when a filename with a dot is given
Diffstat (limited to 'data/templates/edit.htm')
| -rw-r--r-- | data/templates/edit.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 6f59309..19494b6 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -29,4 +29,9 @@ </div> </form> +<script type="application/javascript"> +$(document).ready(function() { + initFilenames(); +}); +</script> {% endblock %} |
