Show travel status and hospital time and sort by hospital time on war page. Fork of https://greasyfork.org/en/scripts/448681-torn-war-stuff
Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.
Defer all DOM updates
So that we only modify the DOM at one time and all reads don't cause reevaluation.
Use a document fragment when sorting
So that DOM updates happen once instead of for each row
Only query member lists when not doing watch function
Only query status divs when updating member_lis
Instead of on every watch
Bump version
Only mark a request as successful if the faction lists have finished loading
Define faction_ids as a const