Revert "add https:// placeholder for From Link feature. closes #13255"

This reverts commit 18b5966f3a.
This commit is contained in:
Robin McCorkell 2015-03-26 14:47:21 +00:00
parent e66dda83df
commit a323d781a6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {