summaryrefslogtreecommitdiff
path: root/www/js/shows.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/shows.js')
-rw-r--r--www/js/shows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/shows.js b/www/js/shows.js
index 8f837ba..cf18531 100644
--- a/www/js/shows.js
+++ b/www/js/shows.js
@@ -348,7 +348,7 @@ Rdxport.ShowCartView.prototype.render = function() {
length = msToTimeString(Number(cut.length));
originDatetime = format_datetime(new Date(cut.originDatetime));
playCounter = cut.playCounter;
- lastPlayDatetime = format_datetime(new Date(cut.lastPlayDatetime));
+ lastPlayDatetime = format_datetime(cut.lastPlayDatetime);
}
this.$el = this.$el.empty()
.attr('id', 'show-cart-' + this.model.number)