fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enable A/B test for blackout.
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
player.html
diff --git
a/src/catalogue/templates/catalogue/player.html
b/src/catalogue/templates/catalogue/player.html
old mode 100755
(executable)
new mode 100644
(file)
index
8412a3a
..
7c3e0b9
--- a/
src/catalogue/templates/catalogue/player.html
+++ b/
src/catalogue/templates/catalogue/player.html
@@
-1,6
+1,6
@@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
- {% load static from static
files
%}
+ {% load static from static %}
{% load i18n pipeline %}
{% load catalogue_tags %}
{% load thumbnail %}
{% load i18n pipeline %}
{% load catalogue_tags %}
{% load thumbnail %}
@@
-14,6
+14,7
@@
<link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
{% stylesheet 'main' %}
{% stylesheet "player" %}
<link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
{% stylesheet 'main' %}
{% stylesheet "player" %}
+ {% tracking_code %}
</head>
<body id="{% block bodyid %}player{% endblock %}">
{% if book.cover_thumb %}
</head>
<body id="{% block bodyid %}player{% endblock %}">
{% if book.cover_thumb %}
@@
-66,9
+67,8
@@
</p>
{% endif %}
</p>
{% endif %}
- <script
type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.j
s"></script>
+ <script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js" integrity="sha512-BkBgWiL0N/EFIbLZYGTgbksKG5bS6PtwnWvVk3gccv+KhtK/4wkLxCRGh+kelKiXx7Ey4jfTabLg3AEIPC7ENA==" crossorigin="anonymou
s"></script>
{% javascript "player" %}
{% javascript "player" %}
- {% tracking_code %}
</body>
</html>
</body>
</html>