Skip to content

Commit a7609e5

Browse files
committed
fix strict_topology
1 parent d670ea2 commit a7609e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nebula/frontend/static/js/deployment/scenario.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const ScenarioManager = (function() {
120120
longitude: window.MobilityManager.getMobilityConfig().location.longitude || 0,
121121
//with_sa : window.SaManager.getSaConfig().with_sa || false,
122122
with_sa: window.MobilityManager.getMobilityConfig().enabled || false,
123-
//strict_topology: window.SaManager.getSaConfig().strict_topology.checked,
123+
//strict_topology: window.SaManager.getSaConfig().strict_topology || false,
124124
strict_topology: false,
125125
//sad_candidate_selector: window.SaManager.getSaConfig().sad_candidate_selector.value || "Distance",
126126
sad_candidate_selector: "Distance",

0 commit comments

Comments
 (0)