mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
fix of bug with default theme constant
This commit is contained in:
parent
ad697686c0
commit
3345c9dc39
6 changed files with 7 additions and 14 deletions
|
@ -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/{{theme}}/js/restoreScroll.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue