This commit is contained in:
Julian Lam
2016-05-09 10:22:37 -04:00
parent 1f70f886b5
commit 39d9be787e

View File

@@ -23,7 +23,7 @@ define('uploader', ['csrf', 'translator'], function(csrf, translator) {
title: data.title || '[[global:upload_file]]',
description: data.description || '',
button: data.button || '[[global:upload]]',
accept: data.accept ? data.accept.replace(/,/g, ',') : ''
accept: data.accept ? data.accept.replace(/,/g, ', ') : ''
}, function(uploadModal) {
uploadModal = $(uploadModal);