Update application.js

This commit is contained in:
Idrees Hassan
2026-03-30 06:35:29 -07:00
parent eab6086f4d
commit 2f3d7958ea
9 changed files with 9 additions and 21 deletions

View File

@@ -2631,7 +2631,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.3.29", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.29"); }, false),
new MenuItem("2026.3.30", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.30"); }, false),
];
/** @type {Birb} */
@@ -2822,8 +2822,6 @@
setInterval(update, UPDATE_INTERVAL);
flyToElement(true);
// TODO: Remove
insertFieldGuide();
}
function update() {

4
dist/web/birb.js vendored
View File

@@ -2631,7 +2631,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.3.29", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.29"); }, false),
new MenuItem("2026.3.30", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.30"); }, false),
];
/** @type {Birb} */
@@ -2822,8 +2822,6 @@
setInterval(update, UPDATE_INTERVAL);
flyToElement(true);
// TODO: Remove
insertFieldGuide();
}
function update() {