Skip to content

Commit

Permalink
Merge pull request #2768 from SCADA-LTS/feature/#2761_improving_selec…
Browse files Browse the repository at this point in the history
…tion_of_context_points

feature/#2761_improving_selection_of_context_points
  • Loading branch information
Limraj authored Nov 14, 2023
2 parents 76b3231 + e8836c1 commit 5c29246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebContent/WEB-INF/jsp/scripting.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
point = points[i];
pointsArray[i] = {
"id":point.id,
"name":point.name,
"type":1
"name":point.extendName,
"type":point.dataType,
};
}
document.getElementById("loader").style.display = "none";
Expand Down

0 comments on commit 5c29246

Please sign in to comment.