commit | 356da76663d1b9a50edc26fe087ffea0156ccc2e | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri May 27 11:54:02 2016 -0700 |
committer | Simon Hunt <simon@onlab.us> | Fri May 27 11:54:11 2016 -0700 |
tree | d73d9e2a949ce1c71fc24fae80a3fda0e1767a07 | |
parent | 07a9e563daf83fc01057ddcf2fd927294523aa99 [diff] |
GUI -- topo - fix incorrect function reference. Change-Id: I937808577ceed5c43afe840fb543af3a6c2401fd
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.js b/web/gui/src/main/webapp/app/view/topo/topo.js index 1b6859c..75155e8 100644 --- a/web/gui/src/main/webapp/app/view/topo/topo.js +++ b/web/gui/src/main/webapp/app/view/topo/topo.js
@@ -200,7 +200,7 @@ } else if (tps.summaryVisible()) { // else if the Summary Panel is visible, hide it - tps.hideSummaryPanel(); + tps.hideSummary(); } }