File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,17 +191,17 @@ var questions = {
191
191
setSubscribers : function ( questionId , count ) {
192
192
var td = $ ( ".item[question-id='" + questionId + "']" ) . find ( ".subscribers" ) ;
193
193
td . find ( ".number" ) . text ( count ) ;
194
- td . find ( ".sing " ) . text ( utils . getUsersWord ( count ) ) ;
194
+ td . find ( ".sign " ) . text ( utils . getUsersWord ( count ) ) ;
195
195
} ,
196
196
setMessages : function ( questionId , count ) {
197
197
var td = $ ( ".item[question-id='" + questionId + "']" ) . find ( ".messages" ) ;
198
198
td . find ( ".number" ) . text ( count ) ;
199
- td . find ( ".sing " ) . text ( utils . getMessagesWord ( count ) ) ;
199
+ td . find ( ".sign " ) . text ( utils . getMessagesWord ( count ) ) ;
200
200
} ,
201
201
setVotes : function ( questionId , count ) {
202
202
var td = $ ( ".item[question-id='" + questionId + "']" ) . find ( ".votes" ) ;
203
203
td . find ( ".number" ) . text ( count ) ;
204
- td . find ( ".sing " ) . text ( utils . getVotesWord ( count ) ) ;
204
+ td . find ( ".sign " ) . text ( utils . getVotesWord ( count ) ) ;
205
205
} ,
206
206
finalize : function ( ) {
207
207
questions . unsubscribe ( ) ;
You can’t perform that action at this time.
0 commit comments