| 7607 | // Hide the chat scenario button if we're peeking the group member defs | 7607 | // Hide the chat scenario button if we're peeking the group member defs |
| 7608 | $('#set_chat_scenario').toggle(!selected_group); | 7608 | $('#set_chat_scenario').toggle(!selected_group); |
| 7609 | | 7609 | |
| 7610 | // Don't update the navbar name if we're peekinFg the group member defs | 7610 | // Don't update the navbar name if we're peeking the group member defs |
| 7611 | if (!selected_group) { | 7611 | if (!selected_group) { |
| 7612 | $('#rm_button_selected_ch').children('h2').text(display_name); | 7612 | $('#rm_button_selected_ch').children('h2').text(display_name); |
| 7613 | } | 7613 | } |