From fb82ff9fa188769f7cf7bb02c1c574201cbe9f85 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 23 Mar 2021 12:33:40 +0100 Subject: disablePictureInPicture={true} --- frontend/site/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/site/app.js') 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() { -- cgit v1.2.3-70-g09d2