Skip to content

Commit

Permalink
Disable simulation run
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Nov 28, 2024
1 parent 2f3bfae commit b92fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiplan/static/js/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, showPreResultCharts);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, showSummaryPreResults);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, disableResultButtons);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, hideRegionChart);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, simulate);
// PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, simulate);
PubSub.subscribe(eventTopics.SIMULATION_STARTED, startSimulationProgress);
PubSub.subscribe(eventTopics.SIMULATION_STARTED, checkResultsPeriodically);
PubSub.subscribe(eventTopics.SIMULATION_FINISHED, enableFutureResults);
Expand Down

0 comments on commit b92fc9a

Please sign in to comment.