rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
427 stars 149 forks source link

Add JS only if the cache-flush admin bar node is added #475

Closed ocean90 closed 1 year ago

ocean90 commented 1 year ago

Avoids a JS error if object caching is disabled: Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

tillkruss commented 1 year ago

@ocean90: Check out 5e6646b, that should resolve the issue.