summaryrefslogtreecommitdiff
path: root/www/js/musicpools.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/musicpools.js')
-rw-r--r--www/js/musicpools.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/musicpools.js b/www/js/musicpools.js
index 2ccd27f..00cffe3 100644
--- a/www/js/musicpools.js
+++ b/www/js/musicpools.js
@@ -139,9 +139,9 @@ Rivendell.MusicpoolView.prototype.render = function() {
$('table tbody tr', self.$el).remove();
// todo
- /*$('.uploadButton', self.$el).on('click', function() {
- importer.openModal(self.model);
- });*/
+ $('.uploadButton', self.$el).on('click', function() {
+ importer.openModal(self.model, true);
+ });
});
this.model.fetchCarts();