]> arthur.barton.de Git - netdata.git/blobdiff - web/index.html
Change location.hash to history.pushState
[netdata.git] / web / index.html
index b7c8ca6e53e31bdac04a97f90358f1933dc64df0..a52fa02153607176cc67820c9e7be089fa16371b 100644 (file)
@@ -2433,7 +2433,7 @@ function finalizePage() {
                if (el.find('ul').size() == 0)\r
                {\r
                        var href = el.find('a').attr('href');\r
-                       document.location.hash = href;\r
+                       history.pushState(null, document.title, href);\r
                };\r
        });