diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 03:52:17 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 03:52:17 +0300 |
commit | 59b3315e3ad72ae8cb6cb00219d3ee935fc04685 (patch) | |
tree | 9eb3649a43d08e0c39d899acb1ef0bfeb0e7ada4 /web | |
parent | 031ab7959511d9140db6c19653c89f39e61578a9 (diff) |
trying simple fix -- will it work?..
Diffstat (limited to 'web')
-rw-r--r-- | web/kbn_assets/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_assets/app.js b/web/kbn_assets/app.js index 0211479..8712e71 100644 --- a/web/kbn_assets/app.js +++ b/web/kbn_assets/app.js @@ -129,7 +129,7 @@ function indexInit() { } if (window.history !== undefined) { - let uri = '/main.cgi' + let uri = 'main.cgi' if (selected !== blocks[0]) uri += '?tab=' + encodeURIComponent(selected) window.history.replaceState(null, '', uri) |