Skip to content

Commit

Permalink
Remove service worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Oct 28, 2024
1 parent 31554e8 commit 178311e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion ControlR.Web.Server/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="_content/Extensions.MudBlazor.StaticInput/NavigationObserver.js"></script>
<script src="interop.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
</body>

</html>
Expand Down
2 changes: 1 addition & 1 deletion ControlR.Web.Server/wwwroot/downloads/AgentVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.375.0
0.9.376.0
4 changes: 2 additions & 2 deletions ControlR.Web.Server/wwwroot/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ControlR",
"short_name": "ControlR",
"id": "./",
"start_url": "./",
"id": "controlr",
"start_url": "/",
"display": "standalone",
"background_color": "#141414",
"theme_color": "#46AA46",
Expand Down
4 changes: 0 additions & 4 deletions ControlR.Web.Server/wwwroot/service-worker.js

This file was deleted.

0 comments on commit 178311e

Please sign in to comment.