mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Use the standard .jshintrc file for JSHint options.
This commit is contained in:
@ -28,6 +28,7 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
||||
|
||||
titleChanged: function() {
|
||||
var title = "";
|
||||
|
||||
if (this.get('title')) {
|
||||
title += "" + (this.get('title')) + " - ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user