Quote:
Originally Posted by thumbuilderic
I just looked at it in Chrome on Mac OS X Mavericks (13" retina). There are no rendering issues from what I can see on the home page (after the "Enter Here" front page). Looks good.
I noticed that you're using a jQuery hosted library somewhere other than Google. I'd recommend using Google's hosted code libraries as the resource is probably already cached on your users' machines - it will cut down on page load times.
A console showed that one of your scripts is calling a deprecated property or method:
Code:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
|
yes, i called to the server side lib because I tried hosted lib and it froze that action on my framework for some odd reason. I wish there was a way to test that other than live view..