2 | | - Passes JSHint |
3 | | - Checks to see if the current URL is using the `?r` parameter. If it exists, we use the old selector, which should fix this issue. If it doesn't, we use the `closest()` selector so #6820 stays fixed. |
| 2 | - Passes JSHint. If we do not care about JSHint, ignore most of the changes. |
| 3 | - The most important change is to check to see if the current URL is using the `?r` parameter. If it exists, we use the old selector, which should fix this issue. If it doesn't, we use the `closest()` selector so #6820 stays fixed. |