Hide "persona connections" in create form
| @@ -7678,6 +7678,7 @@ export function select_selected_character(chid) { | ||
| 7678 | 7678 | $('#create_button').attr('value', 'Save'); // what is the use case for this? |
| 7679 | 7679 | $('#dupe_button').show(); |
| 7680 | 7680 | $('#create_button_label').css('display', 'none'); |
| 7681 | + $('#char_connections_button').show(); | |
| 7681 | 7682 | |
| 7682 | 7683 | // Hide the chat scenario button if we're peeking the group member defs |
| 7683 | 7684 | $('#set_chat_scenario').toggle(!selected_group); |
| @@ -7762,6 +7763,7 @@ function select_rm_create() { | ||
| 7762 | 7763 | $('#create_button_label').css('display', ''); |
| 7763 | 7764 | $('#create_button').attr('value', 'Create'); |
| 7764 | 7765 | $('#dupe_button').hide(); |
| 7766 | + $('#char_connections_button').hide(); | |
| 7765 | 7767 | |
| 7766 | 7768 | //create text poles |
| 7767 | 7769 | $('#rm_button_back').css('display', ''); |