Seeing this javascript error when Authcache is enabled.
Line 167 of authcache.js is

$.ajax({

changing it to this fixes the problem for me

jQuery.ajax({

Comments

simg’s picture

Status: Active » Closed (fixed)

thanks!

change committed to dev version