Skip to content

Commit

Permalink
startup -- Alert when Promotion is Uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Jan 2, 2025
1 parent f3edf81 commit 05ab78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ document.querySelector("form").addEventListener("submit", async (e) => {
console.log("Submitting Promotion...");
const loadScreen = showLoadingGUI();
const urlData = await constructPost();
const response = await fetch(urlData);
fetch(urlData)
.then((r) => {
alert("Promotion Submitted!");
loadScreen.remove();
Expand Down

0 comments on commit 05ab78d

Please sign in to comment.