diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-09-21 22:02:55 -0500 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-09-21 22:02:55 -0500 |
commit | b8bbb84ca42f45e28df583d9a229b9311e8662a2 (patch) | |
tree | aab5b1091923df83a7061143e3fb0c07cc4b13eb /web/debug.html | |
parent | f39286e467cab47548de83c03e0f7c3c84fd2a5c (diff) | |
download | etbsa-traccar-web-b8bbb84ca42f45e28df583d9a229b9311e8662a2.tar.gz etbsa-traccar-web-b8bbb84ca42f45e28df583d9a229b9311e8662a2.tar.bz2 etbsa-traccar-web-b8bbb84ca42f45e28df583d9a229b9311e8662a2.zip |
Remove attribution. Sorry, I didn't want to.
Diffstat (limited to 'web/debug.html')
-rw-r--r-- | web/debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/debug.html b/web/debug.html index a846271..6c6d671 100644 --- a/web/debug.html +++ b/web/debug.html @@ -10,7 +10,7 @@ </head> <body> <div id="spinner"></div> -<div id="attribution">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div> +<div id="attribution" style="display: none;">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div> <script id="loadScript" mode="debug" src="load.js"></script> </body> </html> |