Changes between Version 2 and Version 3 of Ticket #68
- Timestamp:
- 12/29/2011 10:13:20 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68 – Description
v2 v3 25 25 var size = ${hotSellProductSize>0?hotSellProductSize:0}; 26 26 for(var i = 0; i < size; i++){ 27 rand1 = parseInt(Math.random() * size);28 rand2 = parseInt(Math.random() * size);27 rand1 = parseInt(Math.random() * (size - 1)); 28 rand2 = parseInt(Math.random() * (size - 1)); 29 29 var temp = hotSellArray[rand1]; 30 30 hotSellArray[rand1] = hotSellArray[rand2];
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)