Commit
·
247198f
1
Parent(s):
29b07b3
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
|
@@ -134,6 +134,10 @@
|
|
| 134 |
another
|
| 135 |
</button>
|
| 136 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
|
| 138 |
<div class="map-div">
|
| 139 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|
|
|
|
| 134 |
another
|
| 135 |
</button>
|
| 136 |
</a>
|
| 137 |
+
|
| 138 |
+
<a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
|
| 139 |
+
refresh
|
| 140 |
+
</a>
|
| 141 |
|
| 142 |
<div class="map-div">
|
| 143 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|