mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
missing semi colon
This commit is contained in:
parent
69503345c4
commit
cc47ade2ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue