I've a problem in my superfish plugin. My site works great on my pc and demo site but in original host I have error in supefish.js
firebug says "missing ; before statement" and locates this string :
[Break On This Error]
...om:'auto'}).animate({height:0},150)}) $('.sf-menu li li').not('.current').hove...
I turned it to this but nothing changed :
...om:'auto'}).animate({height:0},150)}) ; $('.sf-menu li li').not('.current').hove...