html5 appcache broke views ajax admin system
see http://drupal.org/node/1516740

Comments

davidgenetic’s picture

For anyone else having this issue:

Looks like it's the click handler in appcache.js. I solved it by changing the selector from 'a' to 'body:not(.page-admin) a'.
Haven't tested it thoroughly yet.

jbrown’s picture

I had the same problem.