Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Mar 13, 2017
1 parent 930e983 commit 1de68cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Template.channelSettings.onCreated ->
showConfirmButton: false
RocketChat.callbacks.run action, room
else
$(".channel-settings form [name='archived']").prop('checked', room.archived)
$(".channel-settings form [name='archived']").prop('checked', !!room.archived)

joinCode:
type: 'text'
Expand Down

0 comments on commit 1de68cf

Please sign in to comment.