summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-01 18:44:01 +0200
committerkondou <kondou@ts.unde.re>2013-08-01 18:44:01 +0200
commit1348330c7d75d2b60d845a43be57dedc6199ea1a (patch)
tree87f0ffda7f1b173641fc56500e055ce6abe04336 /apps/files_sharing
parentaaf0fec9f54bc6f9eef5df00441d593e053ee74b (diff)
downloadnextcloud-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.js2
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(),