mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix jshint
This commit is contained in:
@@ -276,7 +276,7 @@ Handlebars.registerHelper('number', function(property, options) {
|
||||
|
||||
result = "<span class='number'";
|
||||
|
||||
if(n != title) {
|
||||
if(n !== title) {
|
||||
result += " title='" + title + "'";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user