Skip to content

Commit 09b8324

Browse files
committed
recorder: batch ops are hidden initially
1 parent 0901b1c commit 09b8324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ <h2>GPS Tracks</h2>`;
771771
}
772772

773773
html += `
774-
<div id="batch">
774+
<div id="batch" class="hidden">
775775
<h2>Batch Operations</h2>
776776
<div class="form-group">
777777
${['KML', 'GPX', 'CSV'].map(fmt => `<button class="btn btn-primary" task="download${fmt.toLowerCase()}_selected">Download selected ${fmt}</button>`).join(' ')}

0 commit comments

Comments
 (0)