commit | 71d85bcc94d8e77228828a44db073c38f8ea30d2 | [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 13:30:08 2016 -0700 |
tree | 4e7a4e8967ac1269eaa5fc56f98c7d10eec68026 | |
parent | f91bf5cc037a98265fd04b376878a10b57854f31 [diff] |
GUI -- topo - fix incorrect function reference. Change-Id: I937808577ceed5c43afe840fb543af3a6c2401fd (cherry picked from commit 356da76)
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(); } }