We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2766 commit 8938e2aCopy full SHA for 8938e2a
apps/recorder/interface.html
@@ -728,7 +728,7 @@
728
<h2>GPS Tracks</h2>`;
729
730
if (trackList.length > 0) {
731
- html += `<input type="checkbox" id="select-all">`
+ html += `<input type="checkbox" id="select-all"><span>Select all</span>`
732
html += `<div class="accordion">`;
733
trackList.forEach((track, index) => {
734
const trackData = trackLineToObject(track.info.headers, track.info.l);
0 commit comments