cms/app-client/app/services/player.js
changeset 373 e952c8a31a2b
parent 338 4a3899b6a7ed
child 414 5c6c526a7fc1
equal deleted inserted replaced
363:eac9e4eb75c7 373:e952c8a31a2b
    16         this.toggleVideoscreen(this.get('model').get('video'));
    16         this.toggleVideoscreen(this.get('model').get('video'));
    17     }),
    17     }),
    18 
    18 
    19     displayAdditionalInformation: function(el) {
    19     displayAdditionalInformation: function(el) {
    20         if(el === 'video') {
    20         if(el === 'video') {
       
    21             console.log('toggleVideoscreen');
    21             this.toggleVideoscreen();
    22             this.toggleVideoscreen();
    22         } else {
    23         } else {
    23             if(this.get('window') !== el) {
    24             if(this.get('window') !== el) {
    24                 this.displayMetadata(el);
    25                 this.displayMetadata(el);
    25             } else {
    26             } else {