cache-buddy icon indicating copy to clipboard operation
cache-buddy copied to clipboard

Comment javascript broken since 4.4

Open ssnepenthe opened this issue 9 years ago • 1 comments

Hey Mark - it looks like the comment 'logged in as' link text changed in 34535 and is no longer empty.

Because of this, loggedInMessage.find 'a[href=""]:empty' no longer works to select this element.

The next line will need an update as well because the link text should now read 'Logged in as {username}'.

ssnepenthe avatar May 26 '16 00:05 ssnepenthe

This PR should fix it https://github.com/markjaquith/cache-buddy/pull/12

grappler avatar May 26 '16 13:05 grappler