mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: missed semicolon :fired:
This commit is contained in:
@@ -145,10 +145,10 @@ var toolbar = function(selected){
|
||||
var title = g.fullname;
|
||||
if (g.name === "recent") {
|
||||
icon = "star2";
|
||||
title = "Recent"
|
||||
title = "Recent";
|
||||
} else if (g.name === "ungrouped") {
|
||||
icon = g.icons[0];
|
||||
title = "Custom"
|
||||
title = "Custom";
|
||||
}
|
||||
var row = {src: Discourse.Emoji.urlFor(icon), title: title, groupId: i};
|
||||
if(i === selected){
|
||||
|
||||
Reference in New Issue
Block a user