From fd490233674a38f3f0c51ce656f4e6cfeb309f01 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 03:53:59 +0300 Subject: no, it did not. but this SHOULD. --- web/kbn_assets/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/kbn_assets/app.js b/web/kbn_assets/app.js index 8712e71..9136af9 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 = new URL(location.href).pathname if (selected !== blocks[0]) uri += '?tab=' + encodeURIComponent(selected) window.history.replaceState(null, '', uri) -- cgit v1.2.3