unknown gauntlet now redirects to search
This commit is contained in:
parent
85f25876a7
commit
22fc097eb4
1 changed files with 2 additions and 2 deletions
|
@ -107,9 +107,9 @@
|
|||
$(".dots").hide()
|
||||
|
||||
if (!gauntlets[gauntlet - 1]) {
|
||||
window.location.href = "../gauntlets"
|
||||
$('#loading').hide()
|
||||
loading = false
|
||||
window.location.href = `../search/*?gauntlet=${gauntlet}`
|
||||
}
|
||||
|
||||
let container = $("#everything")[0]
|
||||
|
@ -167,4 +167,4 @@ ${y == 4 ? '<img class="level-last" src="../assets/skull.png">' : ""}
|
|||
}
|
||||
})
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue