Changes between Version 3 and Version 6 of Ticket #68
- Timestamp:
- 12/29/2011 02:10:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68 – Description
v3 v6 25 25 var size = ${hotSellProductSize>0?hotSellProductSize:0}; 26 26 for(var i = 0; i < size; i++){ 27 rand1 = parseInt(Math.random() * (size - 1));28 rand2 = parseInt(Math.random() * (size - 1));27 rand1 = parseInt(Math.random() * size); 28 rand2 = parseInt(Math.random() * size); 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)