Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/gui_components/import-export-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ImportExportControls {
parentelement.innerHTML = `<span data-help="import-export-controls" class="helpicon"></span>
<button id="settextfromgridbutton">v Set Text From Grid v</button>
<button id="setgridfromtextbutton">^ Set Grid From Text ^</button>
<label><span class="fileFormat">.csv</span> import ^:<input type="file" id="csvinput"/></label>
<label id="csvinputlabel"><span class="fileFormat">.csv</span> import ^:<input type="file" id="csvinput"/></label>
<button id="filedownload"><span class="fileFormat">.csv</span> Download</button>
<label id="dropzone">
<span>[Drag And Drop <span class="fileFormat">.csv</span> File Here]</span>
Expand Down