Skip to content

Commit

Permalink
Update script.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 26, 2024
1 parent 6ccf958 commit b158dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/php/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
foreach ($eqLogics as $eqLogic) {
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard';
echo '<div class="eqLogicDisplayCard cursor ' . $opacity . '" data-eqLogic_id="' . $eqLogic->getId() . '">';
echo '<img src="' . $plugin->getPathImgIcon() . '">';
echo '<img src="' . $eqLogic->getImage() . '"/>';
echo '<br>';
echo '<span class="name">' . $eqLogic->getHumanName(true, true) . '</span>';
echo '<span class="hiddenAsCard displayTableRight hidden">';
Expand Down

0 comments on commit b158dca

Please sign in to comment.