]> git.parisson.com Git - teleforma.git/commitdiff
user pdfannotator version
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 2 Jul 2025 14:03:37 +0000 (16:03 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 2 Jul 2025 14:03:37 +0000 (16:03 +0200)
lib/pdfannotator
teleforma/exam/templates/exam/script_detail.html

index bd4ecc671437edea221c6003f82df20236fc3507..8306c18b535f4003b416635738d205a843e6258d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bd4ecc671437edea221c6003f82df20236fc3507
+Subproject commit 8306c18b535f4003b416635738d205a843e6258d
index 48e9f4de604b808b67ede7788dd04cec72eb5858..e0d480e4f664e2ed796208ccfad8ae1fbb42f777 100644 (file)
@@ -6,12 +6,6 @@
 {% load thumbnail %}
 
 {% block extra_javascript %}
-{#  <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">#}
-{#  <script src="//code.jquery.com/jquery-1.10.2.js"></script>#}
-{#  <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>#}
-  <script src="/static/exam/js/exam.js"></script>
-{#  <!--<script src='{% static "WebViewer/lib/html5/external/jquery-3.2.1.min.js" %}'></script>-->#}
-{#  <script src='{% static "WebViewer/lib/WebViewer.min.js" %}'></script>#}
   <script>
     // increase the default animation speed to exaggerate the effect
   {% if script.comments %}
@@ -25,8 +19,8 @@
 {% endblock extra_javascript %}
 
 {% block extra_stylesheets %}
-  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/toolbar.css" %}"/>
-  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/pdf_viewer.css" %}"/>
+  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/toolbar.css?v={% pdfannotator_version %}" %}"/>
+  <link rel="stylesheet" type="text/css" href="{% static "pdfannotator/pdf_viewer.css?v={% pdfannotator_version %}" %}"/>
   <style type="text/css">
     body {
       background-color: #eee;