mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 04:34:25 +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'";
|
result = "<span class='number'";
|
||||||
|
|
||||||
if(n != title) {
|
if(n !== title) {
|
||||||
result += " title='" + title + "'";
|
result += " title='" + title + "'";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user