diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-23 12:33:40 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-23 12:33:40 +0100 |
| commit | fb82ff9fa188769f7cf7bb02c1c574201cbe9f85 (patch) | |
| tree | 26aa090f46be50e53a79a2a70be67341a3a7d27d /frontend/site/app.js | |
| parent | 285bc89a400c2faa7b6c7c327300c7842711935b (diff) | |
disablePictureInPicture={true}
Diffstat (limited to 'frontend/site/app.js')
| -rw-r--r-- | frontend/site/app.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/site/app.js b/frontend/site/app.js index 4bb352b..098bd44 100644 --- a/frontend/site/app.js +++ b/frontend/site/app.js @@ -9,12 +9,12 @@ export default class App extends Component { componentDidMount() { const path_partz = window.location.pathname.split('/') const graph_name = path_partz[1] - let path_name = null - if (path_partz.length > 2) { - path_name = path_partz[2] - } + // let path_name = null + // if (path_partz.length > 2) { + // path_name = path_partz[2] + // } // console.log('loading', graph_name, path_name) - actions.site.loadSite(graph_name, path_name) + actions.site.loadSite(graph_name) } render() { |
