We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830690e commit ec0e6c0Copy full SHA for ec0e6c0
1 file changed
public/script.js
@@ -89,6 +89,8 @@ class App {
89
#latestMarker;
90
91
constructor() {
92
+ this._loadData();
93
+
94
this._updateHistory();
95
this._loadMap.bind(this)();
96
this._setInitialPopover();
@@ -98,7 +100,6 @@ class App {
98
100
inputType.addEventListener('change', this._toggleElevationField);
99
101
containerWorkouts.addEventListener('click', this._moveToPopup.bind(this));
102
- this._loadData();
103
}
104
105
_updateHistory() {
0 commit comments