You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, data (state, for individual users on the friends list) is stored using jQuery's .data method. This is hackish and ugly — it would be better to have a single reference to the username, and then find the username in an AjaxIM-managed list.
The text was updated successfully, but these errors were encountered:
Right now, data (state, for individual users on the friends list) is stored using jQuery's
.data
method. This is hackish and ugly — it would be better to have a single reference to the username, and then find the username in an AjaxIM-managed list.The text was updated successfully, but these errors were encountered: