diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:01:37 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:01:37 -0500 |
commit | eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd (patch) | |
tree | 53d959e5f96dd8e3dc8ef87e07d121f4dea0e1f8 /themes/courgette | |
parent | db3bffa284012aec4f96c851c413e435080fed02 (diff) | |
download | wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.gz wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.zst wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.zip |
_global-izing some more js & css
Diffstat (limited to 'themes/courgette')
-rwxr-xr-x | themes/courgette/_view.twig | 4 |
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 %} |