diff -r 2ea18460d5e3 -r 4a3899b6a7ed cms/app-client/app/routes/tabs/thematiques.js --- a/cms/app-client/app/routes/tabs/thematiques.js Sat Oct 15 20:02:09 2016 +0530 +++ b/cms/app-client/app/routes/tabs/thematiques.js Sun Oct 16 22:23:31 2016 +0530 @@ -2,6 +2,8 @@ export default Ember.Route.extend({ + player: Ember.inject.service(), + index: 0, limit: 40, sort: 'alphabetical', @@ -33,6 +35,10 @@ this.set('themes', []); }, + activate: function() { + this.get('player').set('window', false); + }, + actions: { setIndexQueryparams: function() {