Browse Source

Rename file

pull/170/head
ariannedee 5 years ago
parent
commit
bb71821495
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      edivorce/apps/core/static/js/signing-filing.js
  2. +1
    -1
      edivorce/apps/core/templates/base.html

edivorce/apps/core/static/js/prototype.js → edivorce/apps/core/static/js/signing-filing.js View File


+ 1
- 1
edivorce/apps/core/templates/base.html View File

@ -215,7 +215,7 @@
<script type="text/javascript" src="{% static 'js/functions.js' %}"></script>
<script type="text/javascript" src="{% static 'js/ajax.js' %}"></script>
<script type="text/javascript" src="{% static 'js/main.js' %}"></script>
<script type="text/javascript" src="{% static 'js/prototype.js' %}"></script>
<script type="text/javascript" src="{% static 'js/signing-filing.js' %}"></script>
{% endcompress %}
</body>
</html>

Loading…
Cancel
Save