Skip to content

Commit

Permalink
Merge pull request #114 from Moros1138/112-after-disagreeing-the-term…
Browse files Browse the repository at this point in the history
…s-and-pressing-back-tinker-loads-infinitely

use assign on disagree, fixes page loading issues.
  • Loading branch information
Moros1138 authored Jun 30, 2024
2 parents 97df359 + fb09781 commit 82be504
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ It is a summary of changes that would be pertinent to the end user of the PGEtin
## 2024-06-30

- Fixed [Issue #111](https://github.com/Moros1138/PGEtinker/issues/111)
- Fixed [Issue #112](https://github.com/Moros1138/PGEtinker/issues/112)
- Added logo graphic

## 2024-06-29

Expand Down
81 changes: 81 additions & 0 deletions resources/images/PGEtinker-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/js/app-preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(!getStorageValue("agreed-to-terms"))
removeStorageKey("theme");
removeStorageKey("layout");
removeStorageKey("version");
window.location.pathname = "/disagree";
window.location.assign("/disagree");
});
}
else
Expand Down

0 comments on commit 82be504

Please sign in to comment.