Add a 'final' filter to registration page; coherence check on server for final and skipping
This commit is contained in:
@@ -199,7 +199,7 @@ onLoad(() => {
|
||||
switch (e.key) {
|
||||
case 'Escape': {
|
||||
if (tab === '#registration') {
|
||||
if ($('#player').hasClass('shown') && $('#needle')[0].value) {
|
||||
if ($('#player').hasClass('shown') && searchResultShown()) {
|
||||
$('#needle')[0].value = '';
|
||||
initSearch();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user