blob: 36a899c3129b7675011489b55d1a8060df01fbed [file] [log] [blame]
Paul Greyson7a300822013-04-09 12:57:49 -07001function appInit() {
2 svg = createTopologyView();
3
4 // populates selected flows with empty rows
5 updateSelectedFlows();
6
7 d3.select('#showFlowChooser').on('click', function () {
8 showFlowChooser();
9 });
10}