Changes between Version 93 and Version 94 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 2:58:30 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v93 v94  
    1414    var price = getPrice(el);
    1515    var amountDiv = el.nextSibling;
    16     if( !amountDiv ) {
     16    if( amountDiv ) {
     17      var amountText = amountDiv.firstChild;
     18    }
     19    else {
    1720      amountDiv = document.createElement('span');
    1821      amountDiv.style.color = '#aaaaaa';