|
@@ -463,7 +463,8 @@ $(function() {
|
|
|
_csrf: csrfToken
|
|
_csrf: csrfToken
|
|
|
},
|
|
},
|
|
|
progressText: '(Uploading file...)',
|
|
progressText: '(Uploading file...)',
|
|
|
- urlText: "\n\n"
|
|
|
|
|
|
|
+ urlText: "\n",
|
|
|
|
|
+ allowedTypes: '*'
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
attachmentOption.onFileReceived = function(file) {
|
|
attachmentOption.onFileReceived = function(file) {
|