Skip to content

Commit

Permalink
#2152 Can't activate more than 1 Bacnet IP datasource simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrykb0802 committed Nov 12, 2024
1 parent 9ed1f5e commit 40265e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WebContent/WEB-INF/jsp/dataSourceEdit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
var imgNode = $("dsStatusImg");
stopImageFader(imgNode);
if (result.error) {
return;
}
if (result.error) {
return;
}
setDataSourceStatusImg(result.enabled, imgNode);
setDataSourceStatusImg(result.enabled, imgNode);
getAlarms();
}
Expand Down

0 comments on commit 40265e1

Please sign in to comment.