From ba5b5b07aca8c709b5335c8507da6aba58c6f5d7 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 30 Jan 2018 14:50:53 +0000 Subject: [PATCH] Removed naked domains --- README.md | 2 +- package.json | 2 +- static/js/map.js | 4 ++-- views/help.html | 2 +- views/pro.html | 2 +- views/templates/footer.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 384011f..399823a 100755 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Tracman will be updated according to [this branching model](http://nvie.com/post [view full license](LICENSE.md) Tracman: GPS tracking service in node.js -Copyright © 2017 [Keith Irwin](https://keithirwin.us/) +Copyright © 2017 [Keith Irwin](https://www.keithirwin.us/) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/package.json b/package.json index ffa709f..dfb6220 100755 --- a/package.json +++ b/package.json @@ -69,5 +69,5 @@ "license": "GPL-3.0", "README": "README.md", "bugs": "https://github.com/Tracman-org/Server/issues", - "homepage": "https://tracman.org/" + "homepage": "https://www.tracman.org/" } diff --git a/static/js/map.js b/static/js/map.js index fb33668..a84f1c7 100755 --- a/static/js/map.js +++ b/static/js/map.js @@ -237,8 +237,8 @@ loadGoogleMapsAPI({ key: mapKey }) if (noHeader !== '0' && mapuser._id !== 'demo') { const logoDiv = document.createElement('div') logoDiv.id = 'map-logo' - logoDiv.innerHTML = '' + - '[]' + + logoDiv.innerHTML = '' + + '[]' + "Tracman" map.controls[googlemaps.ControlPosition.BOTTOM_LEFT].push(logoDiv) } diff --git a/views/help.html b/views/help.html index 17d8efc..aafcbd8 100755 --- a/views/help.html +++ b/views/help.html @@ -60,7 +60,7 @@

How do I share my location?

-

You can simply share your map's url with anyone. {% if user %}Your URL is https://tracman.org/map/{{user.slug}}{% else %}The URL is https://tracman.org/map/>your-slug<{% endif %}.

+

You can simply share your map's url with anyone. {% if user %}Your URL is https://tracman.org/map/{{user.slug}}{% else %}The URL is https://tracman.org/map/>your-slug<{% endif %}.

How accurate is the location?

diff --git a/views/pro.html b/views/pro.html index 4202bcb..c8c2e6d 100755 --- a/views/pro.html +++ b/views/pro.html @@ -25,7 +25,7 @@

That said, just click the button below to try pro out.

Cheers,
- Keith Irwin

+ Keith Irwin

{% if user.isPro %} diff --git a/views/templates/footer.html b/views/templates/footer.html index fbcd35f..fbadc83 100755 --- a/views/templates/footer.html +++ b/views/templates/footer.html @@ -1,7 +1,7 @@