Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Fix issue #475. #502

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/view/pane/roster.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Candy.View.Pane = (function(self, $) {
}
// first user in roster
if(!userInserted) {
rosterPane.append(html);
rosterPane.append($html);
}
},

Expand Down