html5 appcache broke views ajax admin system see http://drupal.org/node/1516740
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.
I had the same problem.
Comments
Comment #1
davidgenetic commentedFor 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.
Comment #2
jbrown commentedI had the same problem.