From db41b97b2d9e6d7291af39d3ad9e4f82d3bb9afe Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Wed, 6 Nov 2024 09:09:15 -0800 Subject: [PATCH] Update index.html --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index 3e834a2e..040e1b17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1312,6 +1312,9 @@ markdownFileURL = ''; } + // Remove any '#' and everything after it from the markdownFileURL + markdownFileURL = markdownFileURL.split('#')[0]; + document.getElementById('docsifythisurlfield').value = markdownFileURL; }