mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
missing semi colon
This commit is contained in:
@@ -39,7 +39,7 @@ Discourse.NavItem = Discourse.Model.extend({
|
|||||||
var name = this.get('name');
|
var name = this.get('name');
|
||||||
|
|
||||||
if( name.split('/')[0] === 'category' ) {
|
if( name.split('/')[0] === 'category' ) {
|
||||||
return 'category/' + this.get('categorySlug')
|
return 'category/' + this.get('categorySlug');
|
||||||
} else {
|
} else {
|
||||||
var mode = "",
|
var mode = "",
|
||||||
category = this.get("category");
|
category = this.get("category");
|
||||||
|
|||||||
Reference in New Issue
Block a user