From: Robin McCorkell Date: Thu, 26 Mar 2015 14:47:21 +0000 (+0000) Subject: Revert "add https:// placeholder for From Link feature. closes #13255" X-Git-Tag: v8.1.0alpha1~165^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a323d781a6928a53a76fabbfece8115acdd5f8f4;p=nextcloud-server.git Revert "add https:// placeholder for From Link feature. closes #13255" This reverts commit 18b5966f3a7639c6190f58b0d94e05e67200d57a. --- diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 6b0cae209c2..ce8127c9887 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -596,7 +596,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) {