cms/app-client/app/controllers/application.js
changeset 245 c9dd78a43b07
parent 233 0ff47a9c5da2
child 253 0be9770b09b4
--- a/cms/app-client/app/controllers/application.js	Mon Jul 18 02:37:48 2016 +0200
+++ b/cms/app-client/app/controllers/application.js	Wed Jul 20 21:08:31 2016 +0200
@@ -92,6 +92,9 @@
         this.store.findRecord('document', this.get('player').get('item'), { reload: true }).then(function(model){
             self.get('player').set('model', model);
         });
+        this.store.findRecord('transcript', encodeURIComponent('11280.100/crdo-09-CAYCHAX_SOUND')).then(function(model) {
+            self.get('player').set('transcript', model);
+        });
     }),
 
     notice: null,
@@ -111,8 +114,6 @@
         }
     }),
 
-
-
     init: function() {
         this._super(...arguments);
         this.get('player');