diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 11:26:48 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 11:26:48 +0200 |
commit | 08718c01e4b8b35fe75b1e04534e028dd26c8c53 (patch) | |
tree | bf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/courgette/_view.twig | |
parent | b152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff) | |
download | wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.gz wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.zst wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.zip |
problem with resources and localhost url fix
Diffstat (limited to 'themes/courgette/_view.twig')
-rwxr-xr-x | themes/courgette/_view.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/_view.twig b/themes/courgette/_view.twig index e80829ef..5aa201d4 100755 --- a/themes/courgette/_view.twig +++ b/themes/courgette/_view.twig | |||
@@ -23,7 +23,7 @@ | |||
23 | {{ content | raw }} | 23 | {{ content | raw }} |
24 | </article> | 24 | </article> |
25 | </div> | 25 | </div> |
26 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script> | 26 | <script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script> |
27 | <script type="text/javascript"> | 27 | <script type="text/javascript"> |
28 | $(document).ready(function() { | 28 | $(document).ready(function() { |
29 | 29 | ||