Don't flicker the token counter when recounting tokens.

This commit is contained in:
50h100a 2023-07-28 18:45:55 -04:00
parent 88f3e01f72
commit 7c3b598eea
1 changed files with 0 additions and 1 deletions

View File

@ -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() {