aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette
diff options
context:
space:
mode:
Diffstat (limited to 'themes/courgette')
-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 c5c916c0..09424abb 100755
--- a/themes/courgette/_view.twig
+++ b/themes/courgette/_view.twig
@@ -24,7 +24,7 @@
24 {{ content | raw }} 24 {{ content | raw }}
25 </article> 25 </article>
26 </div> 26 </div>
27 <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script> 27 <script src="{{ poche_url }}themes/_global/js/restoreScroll.js"></script>
28 <script type="text/javascript"> 28 <script type="text/javascript">
29 $(document).ready(function() { 29 $(document).ready(function() {
30 30
@@ -43,4 +43,4 @@
43 }); 43 });
44 }); 44 });
45 </script> 45 </script>
46{% endblock %} \ No newline at end of file 46{% endblock %}