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

This commit is contained in:
Volkan Gezer 2015-01-11 16:02:50 +01:00
parent 3425c73815
commit 18b5966f3a
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ OC.Upload = {
// add input field
var form = $('<form></form>');
var input = $('<input type="text">');
var input = $('<input type="text" placeholder="https://…">');
var newName = $(this).attr('data-newname') || '';
var fileType = 'input-' + $(this).attr('data-type');
if (newName) {