Dododex
Create
Log in
Sign up
Roadmap
Feedback
Feature Requests
401
Category
Uncategorized
Voters
Victor Hugo
Powered by Canny
1
Enable float numbers on XP/Kill multiplier field
complete
Victor Hugo
I would like to suggest a tiny improvement in your updateXPK function at XP/Kill feature to enable float number calculations.
Basically changing:
var newXPMultiplier = parseInt($(".XPMultiplier").val());
To:
var newXPMultiplier = parseFloat($(".XPMultiplier").val());
June 3, 2021
Dan Leveille
marked this post as
complete
·
June 5, 2021
·
Reply
Dan Leveille
Victor Hugo
Great point! And thanks for providing the code. Haha. Done! May take a few hours for the pages to update cache. :)
1 like
·
June 5, 2021
·
Reply
Powered by Canny