summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-17 13:26:49 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-17 13:27:36 (GMT)
commite69b9acd4978bccd79979678861da7b9172ad72d (patch)
tree25416bab9e9f760693d0c4ab905c6126d2abe629 /www/js/jingles.js
parent4f0eecda565ea1060ea7d7d1077c54a74abc3acf (diff)
use DateTime in model
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 6f0d10c..dc27c6e 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -254,7 +254,7 @@ Rdxport.JingleCutView.prototype.render = function() {
.append($('<td>').text(this.model.name))
.append($('<td>').text(this.model.description))
.append($('<td>').text(msToTimeString(this.model.length)))
- .append($('<td>').text(format_datetime(new Date(this.model.originDatetime))))
+ .append($('<td>').text(format_datetime(this.model.originDatetime)))
.append(
$('<td>').addClass('text-center')
.append(moveButton)