Explorar el Código

jquery ajax request url changed to https.

master
navaneeth-webtrigon hace 7 años
padre
commit
685a1b76fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/base.html

+ 1
- 1
templates/base.html Ver fichero

@@ -42,7 +42,7 @@
<small>copyright &copy; 2018 <mark>Webtrigon</mark></small>
<small>Digitized By <mark>Webtrigon Mini</mark></small>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="{% static 'OwlCarousel-plugins/owl.carousel.min.js' %}"></script>
<script src="{% static 'js/common.js' %}"></script>
{% block scripts %}


Cargando…
Cancelar
Guardar