hide type dropdown when a filename with a dot is given
[phorkie.git] / data / templates / edit.htm
index 6f5930977c6c20586d23707cb13c4e5209a05585..19494b65609d8d0f3dfe4a627f41366ac73cddb5 100644 (file)
@@ -29,4 +29,9 @@
  </div>
 
 </form>
+<script type="application/javascript">
+$(document).ready(function() {
+    initFilenames();
+});
+</script>
 {% endblock %}