New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WW page constantly refreshing #48
Comments
To fix this issue, add an if statement that only executes lines 2720 - 2726 if
|
hey @Shuri2060 thanks for taking the time to open the Issue. |
Yeah sure. |
- fix constant page refresh when Wonder window opened - fix internal Radar error - fix spy report not converting - add temple reports - decrease font size for temple units - add octopus to GRCRT buttons closes #48
- fix constant page refresh when Wonder window opened - fix internal Radar error - fix spy report not converting - add temple reports - decrease font size for temple units - add octopus to GRCRT buttons - spy report for abandoned city Closes #48
:tada: This issue has been resolved in version 5.0.10 :tada: The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
The window for Individual WWs (where you send resources/favor) constantly refreshes. This only happens when you have over 400 favor in all 6 gods.
I think this is due to this line of code:
setTimeout(function(){RCGP.reloadContent()},100)
at
grcrt-script/modules/RepConvGRC.js
Line 2724 in 0915dc9
It reloads the window content after 100 ms, but in doing so the function is called again. This happens whenever the counter
counting down _shotTime goes to 0.
How to reproduce the problem
Expected behavior
No constant refreshes
Actual behavior
Continuous constant refreshes
How often
In en122
Additional information
The text was updated successfully, but these errors were encountered: