mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29033855
This commit is contained in:
parent
33d74e8c84
commit
a2db3004ef
9 changed files with 10 additions and 7039 deletions
|
@ -2470,12 +2470,10 @@ scoreDisplay.addEventListener("click", (e) => {
|
|||
|
||||
document.addEventListener("visibilitychange", () => {
|
||||
if (document.hidden) {
|
||||
pause(true)
|
||||
pause(true);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
async function openScorePanel() {
|
||||
pause(true);
|
||||
const cb = await asyncAlert({
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29033834";
|
||||
const VERSION = "29033855";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29033834"
|
||||
"29033855"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue