Commit 7b5c12d6be733e8f3307787518df538a1a59031c

Authored by Gustavo
1 parent 0eacf7c3

Removed crop js from base html, now it's isolated

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -31,8 +31,6 @@
31 31 <link rel="stylesheet" type="text/css" href="{% static 'css/jPages.css' %}">
32 32  
33 33 <script src="{% static 'js/cropper.min.js' %}"></script> <!-- Js for cropper-->
34   - <script src="{% static 'js/crop.js' %}"></script> <!-- Js for cropper-->
35   - <script src="{% static 'js/crop_news.js' %}"></script>
36 34 <link href="{% static 'css/cropper.min.css' %}" rel="stylesheet"> <!-- CSS for cropper-->
37 35  
38 36 <script type="text/javascript" src="{% static 'js/printThis.js' %}"></script> <!-- Print this plugin js-->
... ...