diff options
author | Anton Tananaev <anton@traccar.org> | 2022-03-18 11:26:49 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-03-18 11:26:49 -0700 |
commit | 0a0e9f24afcd351e5ab6b9d5998f31ee9832a9a3 (patch) | |
tree | 1e676b2b49161a8ce005d7b09484b0149e06fcb7 | |
parent | d11693ee71d775112eb985156a106f1b34a519fd (diff) | |
download | trackermap-web-0a0e9f24afcd351e5ab6b9d5998f31ee9832a9a3.tar.gz trackermap-web-0a0e9f24afcd351e5ab6b9d5998f31ee9832a9a3.tar.bz2 trackermap-web-0a0e9f24afcd351e5ab6b9d5998f31ee9832a9a3.zip |
Open link in a new tab
-rw-r--r-- | web/debug.html | 2 | ||||
-rw-r--r-- | web/release.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/debug.html b/web/debug.html index 5b0599f5..ef2d2a56 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">Powered by <a href="https://www.traccar.org/" target="_blank">Traccar GPS Tracking System</a></div> <script id="loadScript" mode="debug" src="load.js"></script> </body> </html> diff --git a/web/release.html b/web/release.html index 30473066..82196fe7 100644 --- a/web/release.html +++ b/web/release.html @@ -11,7 +11,7 @@ <body> <div id="spinner"></div> <div id="update">Preview <a href="/modern/">modern interface</a></div> -<div id="attribution">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</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> </html> |