
var input = document.getElementById('queryInput');
if(input) {
	input.focus();
}