Merged hotfix-0.7.11 into develop

master
Keith Irwin 2017-09-28 03:04:39 +00:00
commit 0a820f7719
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Tracman Server Changelog
###### v 0.7.10
###### v 0.7.11
#### v.0.7.10

View File

@ -1,5 +1,5 @@
# <img align="left" src="/static/img/icon/by/48.png" alt="[]" title="The Tracman Logo">Tracman
###### v 0.7.9
###### v 0.7.11
node.js application to display a sharable map with user's location.

View File

@ -1,6 +1,6 @@
{
"name": "tracman",
"version": "0.7.10",
"version": "0.7.11",
"description": "Tracks user's GPS location",
"main": "server.js",
"dependencies": {

View File

@ -68,7 +68,7 @@
{% endif %}
<!-- Streetview -->
{% if mapuser.settings.showStreetview and and disp!='0' %}
{% if mapuser.settings.showStreetview and disp!='0' %}
<div id='view'><img id='viewImg' alt="Streetview image"/></div>
{% endif %}