소스 검색

jquery ajax request url changed to https.

master
navaneeth-webtrigon 7 년 전
부모
커밋
685a1b76fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/base.html

+ 1
- 1
templates/base.html 파일 보기

@@ -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 %}


불러오는 중...
취소
저장