summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2016-01-29 00:46:50 (GMT)
committerPeterTheOne <petertheone@gmail.com>2016-01-29 00:46:50 (GMT)
commitdb074d0f87558ad22d8b50e5eea6f87df9f3559e (patch)
tree816921a7528a511d7c1692956f80146b0fcb6a53 /www/js/jingles.js
parente0ad0c1481387e73b1d2b00c0c35d7ef85db2dff (diff)
musicpools: modify importer to create carts
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 451f643..d80dd95 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -104,7 +104,7 @@ JingleGroupView.prototype.render = function() {
$('table tbody tr', this.$el).remove();
$('.uploadButton', this.$el).on('click', function() {
- importer.openModal(self.model);
+ importer.openModal(self.model, false);
});
};