Back
This commit is contained in:
@@ -10,6 +10,12 @@ updateFavorites();
|
||||
updatePaydirt();
|
||||
updateOffense();
|
||||
|
||||
window.addEventListener("pageshow", e => {
|
||||
if (e.persisted) {
|
||||
updateFavorites();
|
||||
}
|
||||
})
|
||||
|
||||
async function updateOffense() {
|
||||
if (!verifyLogin()) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user