Changeset 11039 for temp/branches


Ignore:
Timestamp:
2006/12/21 10:50:36 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl

    r11038 r11039  
    99 
    1010    for (var i = 0; i < change_tag.length; i++) { 
    11             str = change_tag.item(i).id; 
    12             if (str.match('cart_tag_*')) { 
    13             ids += change_tag.item(i).id + '-'; 
     11        str = change_tag.item(i).id; 
     12        if (str.match('cart_tag_*')) { 
     13            if(i > 0) ids += '-'; 
     14            ids += change_tag.item(i).id; 
    1415        } 
    1516    } 
Note: See TracChangeset for help on using the changeset viewer.