aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-04-05 07:42:46 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-04-05 07:42:46 +0200
commitb37a4932bbdba191868810ab9a5d648a1b197889 (patch)
tree4d90cdccbf9fe4e944a28e7a3b573c3becc01e61 /data/templates/edit.htm
parentffaeeb9fccfe11fa749d688c9e3d738223c6ea08 (diff)
downloadphorkie-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.htm5
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 %}