Photogallery https fix

master
Petr Masopust 3 years ago
parent 7b0e94f68e
commit 5c6c0698f3
  1. 2
      theme/templates/base.html

@ -89,7 +89,7 @@
{% if (article and article.photo_gallery) or (articles_page and articles_page.object_list[0].photo_gallery) %} {% if (article and article.photo_gallery) or (articles_page and articles_page.object_list[0].photo_gallery) %}
<!-- jQuery 1.7.2+ or Zepto.js 1.0+ --> <!-- jQuery 1.7.2+ or Zepto.js 1.0+ -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Magnific Popup core JS file --> <!-- Magnific Popup core JS file -->
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.magnific-popup.min.js"></script> <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.magnific-popup.min.js"></script>

Loading…
Cancel
Save