diff -r 9b7a6c099870 -r ebd8269781fa cms/app-client/app/services/player.js --- 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);