missing semi colon
This commit is contained in:
parent
69503345c4
commit
cc47ade2ed
|
@ -39,7 +39,7 @@ Discourse.NavItem = Discourse.Model.extend({
|
|||
var name = this.get('name');
|
||||
|
||||
if( name.split('/')[0] === 'category' ) {
|
||||
return 'category/' + this.get('categorySlug')
|
||||
return 'category/' + this.get('categorySlug');
|
||||
} else {
|
||||
var mode = "",
|
||||
category = this.get("category");
|
||||
|
|
Loading…
Reference in New Issue