mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
formating
This commit is contained in:
parent
6ebdf86ec1
commit
b5c5c9c883
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user