diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 23:08:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 23:08:16 +0200 |
| commit | 4efd9dfe70195665a8dcbe9679604003d1c36414 (patch) | |
| tree | effee2be54cbd7b4b463eb29c2769a12c1de4e9d /public/bundle.js | |
| parent | 458663d008e0447f3db0f3a1d3f8750cccc8b62e (diff) | |
lil things
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
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; |
