summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-09-26 22:59:34 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-09-26 22:59:34 (GMT)
commitd12757624d1dd870fecc1854a75c95720d680828 (patch)
treec8b8bff6127e8c191608a070308f5bf621025af8 /www/js/jingles.js
parentc43c8aecff0ce1c5fcbb1d28897e13959083fb1b (diff)
parent02965e38cfc1e7ecbc626f151010b9469c2d48d0 (diff)
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index b40c973..16fbf8d 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -457,7 +457,7 @@ Importer.prototype.showUploadModal = function(cart) {
uploadMultiple: false, // todo: maybe enable this?
clickable: true,
createImageThumbnails: false,
- acceptedFiles: '.flac,.wav,.ogg,.mp3,.m4a,.aac',
+ acceptedFiles: '.flac,.wav,.ogg,.mp3',
autoProcessQueue: false,
init: function() {
this.on("addedfile", function(file) {