Skip to content

Commit

Permalink
Community-Spotlight -- New Form URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 22, 2024
1 parent 303c9d0 commit de89b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension-code/Community-Spotlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// By: SharkPool
// Licence: MIT

// Version V.1.0.03
// Version V.1.0.04

(function (Scratch) {
"use strict";
Expand Down Expand Up @@ -185,7 +185,7 @@
alert(`WARNING: Community Spotlight will NOT earn you any Money.\nScratch projects have numerous Security Issues that make earning Money Impractical.\n\nAll Promotions are Moderated, Free and Acessible to Everyone.`);
}

addPromo() { Scratch.openWindow("https://forms.gle/9d5GHEukZva5zeZj8") }
addPromo() { Scratch.openWindow("https://community-spotlight.github.io/uploader-site/") }

displayPromo(promo, args) {
if (promo.id === undefined) return;
Expand Down

0 comments on commit de89b5d

Please sign in to comment.