diff -r eac9e4eb75c7 -r e952c8a31a2b cms/app-client/app/components/toolbar-component.js --- a/cms/app-client/app/components/toolbar-component.js Tue Oct 18 20:39:34 2016 +0530 +++ b/cms/app-client/app/components/toolbar-component.js Thu Oct 20 12:54:07 2016 +0530 @@ -9,6 +9,7 @@ actions: { display: function(el) { + console.log('toolbar display func'); this.get('player').displayAdditionalInformation(el); }