summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-07-15 14:55:05 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-07-15 14:55:05 (GMT)
commit355b9109410ddbb2a471d88b0eadcdc895032aac (patch)
treed4befaf2875be7cd30d2810167683af682b968fd /www/js/jingles.js
parent8950c5830665de3c20a0d142f69f8bd33ef74183 (diff)
remove unused newCartNumber, send normalization and autotrim levels
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 eeb3927..04ae087 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -108,7 +108,7 @@ Rdxport.JingleGroupView.prototype.render = function() {
$('table tbody tr', this.$el).remove();
$('.uploadButton', this.$el).on('click', function() {
- importer.openModal(self.model, self, self.model.carts[0].number, null, false);
+ importer.openModal(self.model, self, self.model.carts[0].number, false);
});
};