Fix travis

This commit is contained in:
andreubisquerra 2020-09-16 07:59:36 +02:00 committed by GitHub
parent 9bb41e949d
commit ffb1b5c2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,8 +297,7 @@ function LoadProducts(position, issubcat) {
echo '$("#prodesc"+ishow).text("");';
echo '$("#proimg"+ishow).attr("title","");';
echo '$("#proimg"+ishow).attr("src","genimg/empty.png");';
} else
{
} else {
echo '$("#probutton"+ishow).hide();';
echo '$("#probutton"+ishow).text("");';
}?>