Keep displaying good information when query is made

This commit is contained in:
Guillaume Gomez 2017-10-29 13:21:18 +01:00
parent 2f581cf9d6
commit 56dbb3e32d

View file

@ -884,6 +884,7 @@
elems[0].onclick = function() { printTab(0); };
elems[1].onclick = function() { printTab(1); };
elems[2].onclick = function() { printTab(2); };
printTab(currentTab);
}
function search(e) {