formating

This commit is contained in:
Joffrey JAFFEUX 2017-07-19 12:00:55 +02:00
parent 6ebdf86ec1
commit b5c5c9c883
1 changed files with 2 additions and 2 deletions

View File

@ -289,8 +289,8 @@ export default Ember.Component.extend({
if(selectedSection) {
$picker.find(".category-icon").removeClass("current");
$picker.find(`.category-icon a[title='${selectedSection.$section.data("section")}']`)
.parent()
.addClass("current");
.parent()
.addClass("current");
if(!selectedSection.$section.hasClass("loaded")) {
selectedSection.$section.addClass("loaded");