Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 69e9680

Browse files
committed
fix js error
1 parent a28269e commit 69e9680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/scripts/launch/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ function isContestSaved() {
972972
}
973973

974974
function disablePrizeAdjustment() {
975-
return (phaseOpen && !mainWidget..softwareCompetition.isPrivateProject())
975+
return (phaseOpen && !mainWidget.softwareCompetition.isPrivateProject())
976976
}
977977

978978
/**

0 commit comments

Comments
 (0)