diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-01-25 12:12:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-01-25 12:20:04 (GMT) |
commit | 313bd7999c729625fc240ef0c673de17856fb088 (patch) | |
tree | f63011e03ae685f642b0398d4ff27b2728d5a3cb /www/js | |
parent | 7bf328b4f8ad5bf393072b3a75bd011633b5f4ee (diff) |
added cnt badge to music pools
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/musicpools.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/musicpools.js b/www/js/musicpools.js index 7395ef6..52ea231 100644 --- a/www/js/musicpools.js +++ b/www/js/musicpools.js @@ -167,6 +167,7 @@ Rdxport.MusicpoolView.prototype.render = function() { $('#app-musicpools .musicpoolContainer').html(this.$el); $('#musicpool-title').text(this.model.title); + $('#musicpool-cnt').text(this.model.carts.length); $('table tbody tr', this.$el).remove(); this.cartViews = []; |