Improved search URL
This commit is contained in:
parent
6a1e6f3abc
commit
5496765191
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ $('.levelSearch').click(function() {
|
|||
if (/^\d+$/.test($('#songID').val())) url += "&customSong"
|
||||
}
|
||||
|
||||
if (url.endsWith('?type=0')) url = url.slice(0, -7)
|
||||
|
||||
window.location.href = url
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue