diff -r e1435b37301a -r 64afd482ac71 cms/app-client/app/controllers/application.js --- a/cms/app-client/app/controllers/application.js Wed Jun 15 11:10:20 2016 +0200 +++ b/cms/app-client/app/controllers/application.js Sun Jun 19 23:58:21 2016 +0200 @@ -34,7 +34,7 @@ return null; } Ember.$("div[id='" + this.get('currentId') + "']").toggleClass("playing", true); - return this.store.findRecord('document', this.get('currentId')); + return this.store.findRecord('document', this.get('currentId'); }), modalItem: Ember.computed('detail', function() {