mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fixes #4614
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user