Hi Richard,
I’ve having the same JS error. Line 58 seems to be causing it:
if (jQuery.cookie(ACCEPT_COOKIE_NAME) == null) {
displayHeader();
}
— generates the following error:
Uncaught TypeError: Object function (e,t){return new y.fn.init(e,t,n)} has no method ‘cookie’
Using WP 3.5 / Plugin v1.1.2
Any clues?