aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/_view.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/courgette/_view.twig')
-rwxr-xr-xthemes/courgette/_view.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/courgette/_view.twig b/themes/courgette/_view.twig
index 5234f766..ffb329ac 100755
--- a/themes/courgette/_view.twig
+++ b/themes/courgette/_view.twig
@@ -25,7 +25,7 @@
25 {{ content | raw }} 25 {{ content | raw }}
26 </article> 26 </article>
27 </div> 27 </div>
28 <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script> 28 <script src="{{ poche_url }}themes/_global/js/restoreScroll.js"></script>
29 <script type="text/javascript"> 29 <script type="text/javascript">
30 $(document).ready(function() { 30 $(document).ready(function() {
31 31
@@ -44,4 +44,4 @@
44 }); 44 });
45 }); 45 });
46 </script> 46 </script>
47{% endblock %} \ No newline at end of file 47{% endblock %}