Error fixes:
1. Added missing semicolons to lines 94, 103, and 680
General fixes:
1. Replace new Array() with []
2. Replace new Number with simply 0. If not, === checks will be broken
3. Replace == with === and != with !==
4. Fixed a couple variable scopes
5. Removed var from line 423 that was not needed because it was already
defined
6. Added vars to for loops
Error fixes:
1. Added missing semicolons to lines 94, 103, and 680
General fixes:
1. Replace new Array() with []
2. Replace new Number with simply 0. If not, === checks will be broken
3. Replace == with === and != with !==
4. Fixed a couple variable scopes
5. Removed var from line 423 that was not needed because it was already
defined
6. Added vars to for loops
Error fixes:
1. Added missing var on line 89
2. Added missing semicolons on lines 98, 104, 110, 181, 766, 781
General fixes:
1. Replace == with === and != with !==
2. Added missing var to for loops
3. Moved a few var scopes to the correct location
Error fixes:
1. Added missing var on line 89
2. Added missing semicolons on lines 98, 104, 110, 181, 766, 781
General fixes:
1. Replace == with === and != with !==
2. Added missing var to for loops
3. Moved a few var scopes to the correct location
Cleanup of cart-summary.js
Error fixes:
1. Added two missing semicolons on line 34 and line 622
2. Fix var scrope around lines 229 and 805
General fixes:
1. Changed all == to === and != to !==
2. Added missing var to undefined variables in for loops
Cleanup of cart-summary.js
Error fixes:
1. Added two missing semicolons on line 34 and line 622
2. Fix var scrope around lines 229 and 805
General fixes:
1. Changed all == to === and != to !==
2. Added missing var to undefined variables in for loops
In css/admin.css, cellpadding and cellspacing are not valid css, so
replace them with the correct css equivalent.
In css/product.css, simply remove an extra 6 on color.
In css/admin.css, cellpadding and cellspacing are not valid css, so
replace them with the correct css equivalent.
In css/product.css, simply remove an extra 6 on color.