Skip to content

Commit

Permalink
fixes allowKick is not defined FirebaseExtended#91
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshadAQ committed Jul 2, 2018
1 parent 2b0138c commit b361dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/firechat-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@
self._chat.getRoom(messageVars.roomId, function(room) {
// Show the context menu.
$template = $(template({
id: $message.data('message-id')
id: $message.data('message-id'),
allowKick: false
}));
$template.css({
left: event.clientX,
Expand Down

0 comments on commit b361dcf

Please sign in to comment.