Auto reload the current page when the database has changed and when idling (closes #59)

This commit is contained in:
Bernd Bestel
2018-09-24 13:53:18 +02:00
parent 8540fc44f3
commit 2a0ec30bb0
6 changed files with 114 additions and 0 deletions

View File

@@ -269,6 +269,7 @@
<script src="{{ $U('/js/extensions.js?v=', true) }}{{ $version }}"></script>
<script src="{{ $U('/js/grocy.js?v=', true) }}{{ $version }}"></script>
<script src="{{ $U('/js/grocy_dbchangedhandling.js?v=', true) }}{{ $version }}"></script>
@stack('pageScripts')
@stack('componentScripts')
<script src="{{ $U('/viewjs', true) }}/@yield('viewJsName').js?v={{ $version }}"></script>