mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 22:38:09 -05:00
eaa3b808d19bc1769478901265b33c1256999ff7
When the user clicks "what's this?" we query the dom with .thing:visible to find out what kind of link is being displayed so we know which blurb to show. However, we were calling hide() on the link before doing the query, which meant it didn't match the .thing:visible filter and we were always falling back to the default. This fixes a bug where we were showing the rising links help blurb when the user clicked "what's this?" on a promoted link.
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%