Fixing style errors.
This commit is contained in:
parent
c718b86f9b
commit
a12c0f6dbf
@ -307,10 +307,10 @@ function LoadProducts(position, issubcat) {
|
||||
$("#prodivdesc"+ishow).show();
|
||||
<?php if (getDolGlobalString('TAKEPOS_SHOW_CATEGORY_DESCRIPTION') == 1) { ?>
|
||||
$("#prodesc"+ishow).html(val.label.bold() + ' - ' + val.description);
|
||||
$("#probutton"+ishow).html(val.label);
|
||||
$("#probutton"+ishow).html(val.label);
|
||||
<?php } else { ?>
|
||||
$("#prodesc"+ishow).text(val.label);
|
||||
$("#probutton"+ishow).text(val.label);
|
||||
$("#probutton"+ishow).text(val.label);
|
||||
<?php } ?>
|
||||
$("#probutton"+ishow).show();
|
||||
$("#proprice"+ishow).attr("class", "hidden");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user