Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Expose game version to window.exposedVersion
Browse files Browse the repository at this point in the history
See issue #10
  • Loading branch information
Opinion committed Nov 10, 2022
1 parent e8ef2e5 commit e3800b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/main.modified.131c9059.chunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -2990,6 +2990,7 @@
}
};
const Xi = '1.0.2';
window.exposedVersion = window.exposedVersion ?? Xi //:::MODIFIED
let Ji = localStorage.getItem('seen-version');
const qi = null !== Ji && Ji !== Xi,
Ki = [
Expand Down

0 comments on commit e3800b0

Please sign in to comment.