Skip to content

Commit 96d6623

Browse files
committed
Remove an inline javascript line
1 parent 51feba2 commit 96d6623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sigal/themes/galleria/templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,9 @@ <h2>
180180
{% if album.medias %}
181181
{% if settings.use_assets_cdn %}
182182
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
183+
{% else %}
184+
<script src="{{ theme.url }}/js/jquery-1.11.1.min.js"></script>
183185
{% endif %}
184-
<script>!window.jQuery && document.write(unescape('%3Cscript src="{{ theme.url }}/js/jquery-1.11.1.min.js"%3E%3C/script%3E'))</script>
185186
<script src="{{ theme.url }}/js/galleria-1.4.2.min.js"></script>
186187
<script src="{{ theme.url }}/js/galleria.classic.min.js"></script>
187188
<script src="{{ theme.url }}/js/galleria.history.min.js"></script>

0 commit comments

Comments
 (0)