diff options
author | kondou <kondou@ts.unde.re> | 2013-08-01 18:44:01 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-01 18:44:01 +0200 |
commit | 1348330c7d75d2b60d845a43be57dedc6199ea1a (patch) | |
tree | 87f0ffda7f1b173641fc56500e055ce6abe04336 /apps/files_sharing | |
parent | aaf0fec9f54bc6f9eef5df00441d593e053ee74b (diff) | |
download | nextcloud-server-1348330c7d75d2b60d845a43be57dedc6199ea1a.tar.gz nextcloud-server-1348330c7d75d2b60d845a43be57dedc6199ea1a.zip |
Fix a syntax error & have if-conds in an own line
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/js/public.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 6182e1dde0e..7ffd5e06873 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -51,7 +51,7 @@ $(document).ready(function() { } // Add some form data to the upload handler - var file_upload_param.formData = { + file_upload_param.formData = { MAX_FILE_SIZE: $('#uploadMaxFilesize').val(), requesttoken: $('#publicUploadRequestToken').val(), dirToken: $('#dirToken').val(), |