Skip to content

Commit 886cd16

Browse files
#15 changed data url input toolitp to inculde URL
1 parent 41a0cae commit 886cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/data.view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
onclick="reloadData()">🔃</a>
161161
<a id="open-file-button" title="Open Data File" href="#"
162162
onClick="openFile()">📤</a>
163-
<input id="data-url-input" type="text" title="Enter new Data File Path to Preview"
163+
<input id="data-url-input" type="text" title="Enter new Data File Path or URL to Preview"
164164
onKeyPress="loadDataPreviewForUrl()" />
165165
</div>
166166
</div>

0 commit comments

Comments
 (0)