Update index.html
This commit is contained in:
parent
5fc4a08ca1
commit
ed558ca5a1
@ -717,9 +717,6 @@
|
|||||||
getRef('search_query_input').value = params.query;
|
getRef('search_query_input').value = params.query;
|
||||||
render.queryResult(params.query)
|
render.queryResult(params.query)
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
|
||||||
getRef('search_query_input').focusIn()
|
|
||||||
}, 200);
|
|
||||||
break;
|
break;
|
||||||
case 'convert':
|
case 'convert':
|
||||||
renderConversionPage(params.from)
|
renderConversionPage(params.from)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user