From 5633b763945f0e85915069ac3e650358aa556555 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Mon, 18 Nov 2024 15:55:23 -0800 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index e7335c35..e0a4ed32 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1268,7 +1268,7 @@ var markdownFileURL = ''; // Check if the URL has only a '?' followed by content, without any '=' - if (window.location.href.includes('?')) { + if (!(getURLParameterByName(['url-field', 'urlField']))) { // Extract everything after the '?' as the URL, up to the first '&' markdownFileURL = window.location.href.split('?')[1].split('&')[0] || ''; } else {