diff -r 44569a7f8db0 -r 65e357e5eecb cms/app-client/app/components/playlist-component.js --- a/cms/app-client/app/components/playlist-component.js Tue Nov 22 16:55:56 2016 +0100 +++ b/cms/app-client/app/components/playlist-component.js Tue Nov 22 18:33:07 2016 +0100 @@ -86,8 +86,6 @@ }, shareLinkRender: (elemId) => { - //Ember.$("#"+elemId+" .playlist-share-button").click(function(e) { e.preventDefault(); return false;}); - //console.log("RENDER"); SocialShareKit.init({selector: "#"+elemId+" .ssk"}); Ember.$("#"+elemId+" .playlist-share-button-close").click(function() { // This is done like this because I was not able to register an action directly on the button like shgown on ember-tooltips documentaion (https://github.com/sir-dunxalot/ember-tooltips#popover-on-element) @@ -103,12 +101,6 @@ return true; }, - shareLinkClose: function() { - console.log("CLOSE"); - //console.log("CLOSE", popover); - // popover.hide(); - // return false; - } } });