You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добрый день!
Прошу добавить обработку запятой в числах в функцию computeTotal, так как в русском языке используется запятая вместо точки. Спасибо.
(Google translate): "I ask you to add processing comma in numbers to the computeTotal function, since in Russian a comma is used instead of a period. Thank."
Добрый день!
Прошу добавить обработку запятой в числах в функцию computeTotal, так как в русском языке используется запятая вместо точки. Спасибо.
(Google translate):
"I ask you to add processing comma in numbers to the computeTotal function, since in Russian a comma is used instead of a period. Thank."
$('#board .list-total .'+attr).each(function(){ score+=parseFloat(this.textContent.replace(/,/, '.'))||0; });
The text was updated successfully, but these errors were encountered: