jaredatch/EA-Share-Count

JS error with WP 4.5

Closed this issue · 0 comments

WP 4.5 includes an updated version of JS, and now we're getting an error.

On line 28, we need to wrap our partial selector in quotes:

a[href*=#ea-share-count-email]

change to

a[href*="#ea-share-count-email"]