From: Volkan Gezer Date: Sun, 11 Jan 2015 15:02:50 +0000 (+0100) Subject: add https:// placeholder for From Link feature. closes #13255 X-Git-Tag: v8.0.0beta1~46^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18b5966f3a7639c6190f58b0d94e05e67200d57a;p=nextcloud-server.git add https:// placeholder for From Link feature. closes #13255 --- diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 8b0753fc647..7374a4c90f3 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -587,7 +587,7 @@ OC.Upload = { // add input field var form = $('
'); - var input = $(''); + var input = $(''); var newName = $(this).attr('data-newname') || ''; var fileType = 'input-' + $(this).attr('data-type'); if (newName) {