forked from wallabag/wallabag
problem with resources and localhost url fix
This commit is contained in:
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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user