1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +03:00

fix голосования

This commit is contained in:
Mzhelskiy Maxim 2011-08-16 06:08:26 +00:00
parent 093cf33680
commit 6fe439f292
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ ls.vote = (function ($) {
if (result.iRating > 0) {
divVoting.addClass(this.options.classes.positive);
divTotal.text(result.iRating);
divTotal.text('+'+result.iRating);
}
if (result.iRating < 0) {
divVoting.addClass(this.options.classes.negative);

View file

@ -76,7 +76,7 @@ ls.vote = (function ($) {
if (result.iRating > 0) {
divVoting.addClass(this.options.classes.positive);
divTotal.text(result.iRating);
divTotal.text('+'+result.iRating);
}
if (result.iRating < 0) {
divVoting.addClass(this.options.classes.negative);