Skip to content
Snippets Groups Projects

Resolve "Simple upload"

Merged Piotr Gawron requested to merge 159-simple-upload into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -426,7 +426,7 @@ OverlayPanel.prototype.openAddOverlayDialog = function() {
content.appendChild(fileInput);
content.appendChild(guiUtils.createNewLine());
content.appendChild(guiUtils.createLabel("Or provide list of elements here: "));
content.appendChild(guiUtils.createLabel("Or provide list of elements here (one per line): "));
content.appendChild(guiUtils.createNewLine());
contentInput = guiUtils.createTextArea();
content.appendChild(contentInput);
Loading