commit | a4b227d4d2eaf5ed51ad7300ef10a3a38caad8fc | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Thu Nov 06 12:01:53 2014 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Nov 06 12:01:53 2014 -0800 |
tree | 45cc070141b9747d3d22c030177c7d057e8fcc58 | |
parent | 826101201264a83fa2258d3311d1b1b38e24c9d8 [diff] | |
parent | 929f77b021c049568975b302134d2cd5e1c1bfcb [diff] |
Merge "Set boolean to true for live data."
diff --git a/web/gui/src/main/webapp/topo2.js b/web/gui/src/main/webapp/topo2.js index f5e1792..201c99c 100644 --- a/web/gui/src/main/webapp/topo2.js +++ b/web/gui/src/main/webapp/topo2.js
@@ -25,7 +25,7 @@ // configuration data var config = { - useLiveData: false, + useLiveData: true, debugOn: false, debug: { showNodeXY: false,