From 7c3b598eea185abccf90c88e241eee1c956eed63 Mon Sep 17 00:00:00 2001 From: 50h100a Date: Fri, 28 Jul 2023 18:45:55 -0400 Subject: [PATCH] Don't flicker the token counter when recounting tokens. --- public/scripts/RossAscends-mods.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 5c2de5045..7ee3d333d 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -239,7 +239,6 @@ $("#rm_ch_create_block").on("input", function () { countTokensDebounced(); }); $("#character_popup").on("input", function () { countTokensDebounced(); }); //function: export function RA_CountCharTokens() { - $("#result_info").html(""); //console.log('RA_TC -- starting with this_chid = ' + this_chid); if (menu_type === "create") { //if new char function saveFormVariables() {