From 5fa14955fb2c4535b004655298a634fa05005bcd Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 27 May 2023 21:03:00 +0900 Subject: [PATCH] re-hide create button for char edit view --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 1f7b489e1..324cc9be6 100644 --- a/public/script.js +++ b/public/script.js @@ -4328,7 +4328,7 @@ export function select_selected_character(chid) { //$("#character_import_button").css("display", "none"); $("#create_button").attr("value", "Save"); // what is the use case for this? $("#dupe_button").show(); - //$("#create_button_label").css("display", "none"); + $("#create_button_label").css("display", "none"); // Don't update the navbar name if we're peeking the group member defs if (!selected_group) {