Skip to content

Commit

Permalink
Update Abeille-Eq.php as per #2650
Browse files Browse the repository at this point in the history
Temporary solution
  • Loading branch information
KiwiHC16 authored Nov 8, 2023
1 parent e31ceae commit b949000
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions desktop/php/Abeille-Eq.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ function getCmdValueByLogicId($eqId, $logicId) {
}
?>

<!-- For all modals on 'Abeille' page. -->
<div class="row row-overflow" id="abeilleModal">
</div>

<div class="col-xs-12 eqLogic" style="display: none;">
<div class="input-group pull-right" style="display:inline-flex">
<span class="input-group-btn">
Expand Down Expand Up @@ -58,3 +54,8 @@ function getCmdValueByLogicId($eqId, $logicId) {
</div>
</div>
</div>

<!-- For all modals on 'Abeille' page. -->
<div class="row row-overflow" id="abeilleModal">
</div>

0 comments on commit b949000

Please sign in to comment.