mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
problem with resources and localhost url fix
This commit is contained in:
parent
b152f2b6ba
commit
08718c01e4
16 changed files with 56 additions and 56 deletions
2
themes/default/view.twig
Normal file → Executable file
2
themes/default/view.twig
Normal file → Executable file
|
@ -31,7 +31,7 @@
|
|||
</article>
|
||||
{{ block('tags') }}
|
||||
</div>
|
||||
<script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script>
|
||||
<script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue