CodePress does not seem to work in google chrome. Please fix the bug as i want to use it but can't because my main browser is google chrome.
Thanks, ChromeLover
Add else if(ua.match('Chrome')) engine = 'opera'; after if(ua.match('MSIE')) engine = 'msie'; in the codepress.html
Log in to post a comment.
Add
else if(ua.match('Chrome')) engine = 'opera';
after
if(ua.match('MSIE')) engine = 'msie';
in the codepress.html