Remove hotjar.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Nov 2019 14:45:13 +0000 (15:45 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Nov 2019 14:45:13 +0000 (15:45 +0100)
src/catalogue/templates/catalogue/book_detail.html
src/catalogue/templates/catalogue/tagged_object_list.html
src/wolnelektury/templates/hotjar.html [deleted file]
src/wolnelektury/templates/main_page.html

index eeecbf0..de1b45a 100644 (file)
 
 {% block bodyid %}book-detail{% endblock %}
 
-{% block extrahead %}
-{{ block.super }}
-{% if request.path == '/katalog/lektura/pan-tadeusz/' %}
-{% include "hotjar.html" %}
-{% endif %}
-{% endblock %}
-
 
 {% block body %}
   {% include 'catalogue/book_wide.html' %}
index e87b32d..f0a703b 100644 (file)
@@ -5,14 +5,6 @@
 {% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif list_type == 'gallery' %}{% trans "Gallery" %}{% elif list_type == 'audiobooks' %}{% trans "Audiobooks" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %}
 
 
-{% block extrahead %}
-{{ block.super }}
-{% if request.path == '/katalog/lektury/' or request.path == '/katalog/audiobooki/' %}
-{% include "hotjar.html" %}
-{% endif %}
-{% endblock %}
-
-
 {% block bodyid %}tagged-object-list{% endblock %}
 
 {% block body %}
diff --git a/src/wolnelektury/templates/hotjar.html b/src/wolnelektury/templates/hotjar.html
deleted file mode 100644 (file)
index 03d8e37..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<!-- Hotjar Tracking Code for www.wolnelektury.pl -->
-<script>
-    (function(h,o,t,j,a,r){
-        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
-        h._hjSettings={hjid:1162698,hjsv:6};
-        a=o.getElementsByTagName('head')[0];
-        r=o.createElement('script');r.async=1;
-        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
-        a.appendChild(r);
-    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
-</script>
index 49892ec..71731b9 100644 (file)
 {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
 {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
 
-{% block extrahead %}
-{{ block.super }}
-{% include "hotjar.html" %}
-{% endblock %}
-
 {% block body %}
   {% spaceless %}
     {% carousel 'main' %}