Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 24, 2024
1 parent a90a499 commit 4a18431
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions desktop/js/mqtt2.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@ $('.eqLogicAttr[data-l1key=configuration][data-l2key=device]').off('change').on(
}
});

function printEqLogic(_eqLogic){
console.log(_eqLogic);
if($('.eqLogicDisplayCard.active img').attr('src') != ''){
$('#img_device').attr("src", $('.eqLogicDisplayCard.active img').attr('src'));
}else{
$('#img_device').attr("src",'plugins/mqtt2/plugin_info/mqtt2_icon.png');
}
return _eqLogic;
}

$("#table_cmd").sortable({
axis: "y",
cursor: "move",
Expand Down

0 comments on commit 4a18431

Please sign in to comment.