v1.4.9b Service worker cache works now
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
</style>
|
||||
@yield("content")
|
||||
<script src="{{ mix("/js/app.js") }}"></script>
|
||||
<script src="/js/serviceWorkerRegistration.js"></script>
|
||||
<script src="/serviceWorkerRegistration.js"></script>
|
||||
<!--We have a service worker on the login pages, dont know if he works on the rest of the website, it looks like he does :) -->
|
||||
@if(request()->cookie("mode") == "dark")
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
@yield("content")
|
||||
|
||||
<script src="{{ mix("/js/app.js") }}"></script>
|
||||
<script src="/serviceWorkerRegistration.js"></script>
|
||||
@yield("scripts")
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user