summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 9ebb79a..22ebad3 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -9118,7 +9118,7 @@ var systemReducer = function systemReducer() {
});
case _types2.default.system.load_site:
document.querySelector('title').innerHTML = action.site.name + '.cortex';
- var tool = state.site.tool;
+ var tool = state.app.tool;
var path = window.location.pathname.split('/')[1];
if (path in modules) {
tool = path;