Skip to content

Commit

Permalink
refix
Browse files Browse the repository at this point in the history
  • Loading branch information
QkeleQ10 committed Jun 18, 2024
1 parent 1ba801c commit 34c572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magister/scripts/gamification.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ async function themeContest() {
let unlocked = false
document.addEventListener('keydown', (event) => {
if (unlocked) return
if (event.code === 'Backslash' && event.shiftKey && event.ctrlKey) {
if (event.code === 'Space' && event.shiftKey && event.ctrlKey) {
event.preventDefault()
unlocked = true
notify('snackbar', "!!!", [], 1000)
Expand Down

0 comments on commit 34c572d

Please sign in to comment.