Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2012 at 20:42 UTC
Updated:
28 Aug 2012 at 12:18 UTC
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
Comment #1
simg commentedthanks!
change committed to dev version