Don't flicker the token counter when recounting tokens.
This commit is contained in:
parent
88f3e01f72
commit
7c3b598eea
|
@ -239,7 +239,6 @@ $("#rm_ch_create_block").on("input", function () { countTokensDebounced(); });
|
||||||
$("#character_popup").on("input", function () { countTokensDebounced(); });
|
$("#character_popup").on("input", function () { countTokensDebounced(); });
|
||||||
//function:
|
//function:
|
||||||
export function RA_CountCharTokens() {
|
export function RA_CountCharTokens() {
|
||||||
$("#result_info").html("");
|
|
||||||
//console.log('RA_TC -- starting with this_chid = ' + this_chid);
|
//console.log('RA_TC -- starting with this_chid = ' + this_chid);
|
||||||
if (menu_type === "create") { //if new char
|
if (menu_type === "create") { //if new char
|
||||||
function saveFormVariables() {
|
function saveFormVariables() {
|
||||||
|
|
Loading…
Reference in New Issue