Changes between Version 60 and Version 61 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 12:49:20 AM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v60 v61  
    3333    var totalsEl = document.getElementById('totalAmount');
    3434    if( totalsEl ) {
    35       totalsEl.firstChild.nodeValue = 'Итого: ' + totalAmount.toDigits(2).toString();
     35      totalsEl.firstChild.nodeValue = 'Итого: ' + totalAmount.toFixed(2).toString();
    3636    }
    3737  }