Revert "add https:// placeholder for From Link feature. closes #13255"
This reverts commit 18b5966f3a
.
This commit is contained in:
parent
e66dda83df
commit
a323d781a6
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ OC.Upload = {
|
|||
|
||||
// add input field
|
||||
var form = $('<form></form>');
|
||||
var input = $('<input type="text" placeholder="https://…">');
|
||||
var input = $('<input type="text">');
|
||||
var newName = $(this).attr('data-newname') || '';
|
||||
var fileType = 'input-' + $(this).attr('data-type');
|
||||
if (newName) {
|
||||
|
|
Loading…
Reference in a new issue