Update index.php

This commit is contained in:
Laurent Destailleur 2021-05-25 19:39:06 +02:00 committed by GitHub
parent 83245d321b
commit daababb97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,7 @@ function Search2(keyCodeForEnter) {
$("#prodesc" + i).text(data[i]['label']);
$("#prodivdesc" + i).show();
$("#probutton" + i).text(data[i]['label']);
$("#probutton" + i).show();;
$("#probutton" + i).show();
if (data[i]['price_formated']) {
$("#proprice" + i).attr("class", "productprice");
$("#proprice" + i).html(data[i]['price_formated']);