aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-30 21:17:28 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-30 21:17:28 +0200
commit22db488d21bc23dc28fc2d60574803525fe53b53 (patch)
treef5397cb0c8444d8d0a3fbec858529338bf83e116 /themes/default
parent1be13ba1fc6466f94ae4416dcd9eece9b5b4f9a0 (diff)
parentd6d8a045e6a16525807453f0d1229f5bdc307dd0 (diff)
downloadwallabag-22db488d21bc23dc28fc2d60574803525fe53b53.tar.gz
wallabag-22db488d21bc23dc28fc2d60574803525fe53b53.tar.zst
wallabag-22db488d21bc23dc28fc2d60574803525fe53b53.zip
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'themes/default')
-rwxr-xr-xthemes/default/view.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/view.twig b/themes/default/view.twig
index a6e2a33a..cc491c77 100755
--- a/themes/default/view.twig
+++ b/themes/default/view.twig
@@ -31,7 +31,7 @@
31 </article> 31 </article>
32 {{ block('tags') }} 32 {{ block('tags') }}
33 </div> 33 </div>
34 <script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script> 34 <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
35 <script type="text/javascript"> 35 <script type="text/javascript">
36 $(document).ready(function() { 36 $(document).ready(function() {
37 37