mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Select currently matching template as flair selector opens.
This commit is contained in:
@@ -94,6 +94,8 @@ $(function() {
|
||||
$(".flairselector form")
|
||||
.click(function(e) { e.stopPropagation(); });
|
||||
$(".flairselector form").submit(postFlairSelection);
|
||||
|
||||
$(".flairselector li.selected").each(selectFlairInSelector);
|
||||
}
|
||||
|
||||
$(".flairselector").html('<img src="/static/throbber.gif" />');
|
||||
|
||||
Reference in New Issue
Block a user