mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Previously this was looking for a parent <form> and then searching for the hidden iden input inside that form. siblings() is much more efficient and removes the dependency on a parent form existing (which it doesn't, on the create subreddit page)