diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-12-28 10:53:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 10:53:14 +0100 |
commit | 08cbfb6c6b554eed221aafe185c02dc2e7841d95 (patch) | |
tree | 50453d85567e332879a31a34412c1749ded4ad32 /apps/files/js/file-upload.js | |
parent | 46958e4c3f2b44ee6acfd95a94bee0f3be19f00a (diff) | |
parent | c8db1ed74138e727013fb6712374844829277ae6 (diff) | |
download | nextcloud-server-08cbfb6c6b554eed221aafe185c02dc2e7841d95.tar.gz nextcloud-server-08cbfb6c6b554eed221aafe185c02dc2e7841d95.zip |
Merge pull request #7592 from nextcloud/update-quota-on-files-upload
Update quota on files upload
Diffstat (limited to 'apps/files/js/file-upload.js')
-rw-r--r-- | apps/files/js/file-upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index d1730fa7bc7..e9534111e10 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -130,7 +130,7 @@ OC.FileUpload.prototype = { }, /** - * Get full path for the target file, + * Get full path for the target file, * including relative path and file name. * * @return {String} full path |