Index: www/sites/all/modules/authcache/authcache.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- www/sites/all/modules/authcache/authcache.js (revision ) +++ www/sites/all/modules/authcache/authcache.js (revision ) @@ -167,7 +167,7 @@ Authcache.ajaxRequest = function(jsonData) { jQuery.ajax({ - url : Drupal.settings.basePath + Drupal.settings.basePath.pathPrefix, // index.php + url : Drupal.settings.basePath + Drupal.settings.pathPrefix, // index.php type: ((Drupal.settings.Authcache && Drupal.settings.Authcache.post) || jQuery.param(jsonData).length > 2000) ? "POST" : "GET", dataType: "json", data: jsonData,