JS bugfix

This commit is contained in:
Paolo
2017-09-14 12:35:45 +02:00
parent dffbf566fe
commit aedaf05735
@@ -116,7 +116,7 @@ if ($firma->getFirmenTypen())
{
var output=show_firmen_search(wohin,json);
$('td#'+wohin).html(output);
$('td#'+wohin).result(function(event, data, formatted) {}).focus();
$('td#'+wohin).focus();
}
}
);