aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:23:53 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:23:53 +0100
commit485d57972ee3c3219652454ff6d7d82a3602bd34 (patch)
tree9f765654886b8fba8c1d8159fff6adc2b4b5aefc /themes/courgette
parent7b8bb75228fff2a629388313a3d12cd63c846ad6 (diff)
parent6062f74c6b9344473c36b9b290aa9dece0464854 (diff)
downloadwallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.gz
wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.zst
wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.zip
Merge pull request #939 from jsit/globaljs
_global-izing some more js & css
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 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 %}