Changeset 11041 for temp/branches
- Timestamp:
- 2006/12/21 10:54:23 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
r11040 r11041 7 7 var change_tag = document.getElementsByTagName("div"); 8 8 var ids = ""; 9 var count = 0; 9 10 10 11 for (var i = 0; i < change_tag.length; i++) { 11 12 str = change_tag.item(i).id; 12 13 if (str.match('cart_tag_*')) { 13 if (!str.match('-')) ids += '-';14 14 ids += change_tag.item(i).id; 15 if (count > 0) ids += '-'; 16 count ++; 15 17 } 16 18 }
Note: See TracChangeset
for help on using the changeset viewer.
