typo

7b65427236c2c281530b1e42457cc3f3df7f2ff3

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -7607,7 +7607,7 @@ export function select_selected_character(chid) {
7607 // Hide the chat scenario button if we're peeking the group member defs7607 // 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);
76097609
7610 // Don't update the navbar name if we're peekinFg the group member defs7610 // 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 }