The code is like this:
//tesetsesete
function formatChange (change) {
return change > 0 ? '+' + change : change;
}
The page display is like this:
function formatChange (change) {
return change > 0 ? ' ' change : change;
}��������� ����
That is why ah
Save file to uft-8 format