FIX: missed semicolon :fired:

This commit is contained in:
Arpit Jalan 2015-07-28 23:25:25 +05:30
parent a45e87746e
commit 51b477d1f2
1 changed files with 2 additions and 2 deletions

View File

@ -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){