Skip to content

Commit

Permalink
Merge pull request #23025 from owncloud/stable8.2-backport-22986
Browse files Browse the repository at this point in the history
[stable8.2] Remove disabled autocorrect for new file names
  • Loading branch information
MorrisJobke committed Mar 9, 2016
2 parents 0010c87 + 755ca52 commit 236d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/newfilemenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
var TEMPLATE_FILENAME_FORM =
'<form class="filenameform">' +
'<label class="hidden-visually" for="{{cid}}-input-{{fileType}}">{{fileName}}</label>' +
'<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off" autocorrect="off">' +
'<input id="{{cid}}-input-{{fileType}}" type="text" value="{{fileName}}" autocomplete="off" autocapitalize="off">' +
'</form>';

/**
Expand Down

0 comments on commit 236d16e

Please sign in to comment.