Improved search URL

This commit is contained in:
GDColon 2019-10-19 00:47:00 -04:00
parent 6a1e6f3abc
commit 5496765191

View file

@ -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
})