mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 22:04:45 +08:00
fix jshint
This commit is contained in:
parent
9fd00cac65
commit
1dd6699bf2
@ -276,7 +276,7 @@ Handlebars.registerHelper('number', function(property, options) {
|
||||
|
||||
result = "<span class='number'";
|
||||
|
||||
if(n != title) {
|
||||
if(n !== title) {
|
||||
result += " title='" + title + "'";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user