Skip to content

Commit

Permalink
scpi_manager: double assignment was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinSudakov committed Jan 24, 2019
1 parent 15d02d7 commit 90632a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps-tools/scpi_manager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script src="../assets/popupstack.js?1"></script>
<script src="../assets/help-system/help-system.js"></script>
<script src="js/help-scpi.js"></script>
<script src="js/manager.js?3"></script>
<script src="js/manager.js?4"></script>
<script src="js/analytics-main.js?1"></script>

</head>
Expand Down
1 change: 0 additions & 1 deletion apps-tools/scpi_manager/js/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

for (var i = 0; i < obj.length; ++i) {
address = obj[i].split(" ")[1].split("/")[0];
address = obj[i].split(" ")[1].split("/")[0];

// Link-local address checking.
// Do not use it if it is not the only one.
Expand Down

0 comments on commit 90632a3

Please sign in to comment.