2
0

fix(switch): change model from magnot to switch

This commit is contained in:
Pierre CLEMENT
2018-01-01 01:55:59 +01:00
parent 8948caf0d1
commit 737bd6611c
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
}
});
$("#node-input-gateway").change(function () {
changeGateway("magnet");
changeGateway("switch");
});
$("#node-input-output").change(function () {