I was looking on my browsers error console. I noticed some errors. Here is my URL - Click here!
Uncaught TypeError: Cannot read property 'mozilla' of undefined - script.js.554
Uncaught TypeError: Cannot read property 'msie' of undefined - script.resonsive 442
Uncaught TypeError: Cannot read property 'msie' of undefined - script.js 34
Line 554 is
var wheelEvents = !$.browser.mozilla ? "mousewheel" : // IE, opera, safari
Line 442 is
if (!jQuery.browser.msie || jQuery.browser.version > 8) {
Line 34 is
if (!$.browser.msie || parseInt($.browser.version, 10) !== 9) {
ANy help would be appreciated. I looked on google, with no luck.