diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/release.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/release.html b/web/release.html index f91a2b49..1c22da60 100644 --- a/web/release.html +++ b/web/release.html @@ -10,8 +10,6 @@ </head> <body> <div id="spinner"></div> -<script>localStorage.getItem('legacyApp') || location.replace('/modern/');</script> -<div id="update"><a href="javascript:localStorage.removeItem('legacyApp') || location.replace('/modern/');">Switch to Modern App</a></div> <div id="attribution">Powered by <a href="https://www.traccar.org/" target="_blank">Traccar GPS Tracking System</a></div> <script id="loadScript" src="load.js"></script> </body> |