cms/app-client/app/services/player.js
changeset 462 ebd8269781fa
parent 459 6a296e92887f
child 463 5c43f17f87b5
--- a/cms/app-client/app/services/player.js	Sat Dec 03 00:09:28 2016 +0100
+++ b/cms/app-client/app/services/player.js	Sat Dec 03 01:32:43 2016 +0100
@@ -6,6 +6,7 @@
     item: null,
     model: null,
     transcript: null,
+    transcriptIframe: false,
     transcriptLoading: false,
 
     window: false,
@@ -33,7 +34,7 @@
          if(typeof el !== 'undefined') {
             this.set('window', el);
             if(el==='transcript') {
-              this.set('transcriptLoading', true);
+              this.set('transcriptLoading', !this.get('transcriptIframe'));
             }
         } else {
             this.set('window', false);