View Single Post
  #611  
Old 01-10-2012, 11:34 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

The JS browser detection script is a little out of date, you can remove this code from skin/smart_template/custom/js/ie6/jquery.badBrowser.js

Code:
// Check for Chrome < Version 3.0 var chrome = userAgent.indexOf('chrome'); if (chrome > -1) { var snip1 = chrome+7; var version = userAgent.substring(snip1, (snip1+1)); if (version < 3) { return true; } } // end
__________________
xcartmods.co.uk
Reply With Quote