Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Nov 6, 2024
1 parent 5ee9390 commit db41b97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,9 @@
markdownFileURL = '';
}

// Remove any '#' and everything after it from the markdownFileURL
markdownFileURL = markdownFileURL.split('#')[0];

document.getElementById('docsifythisurlfield').value = markdownFileURL;
}

Expand Down

0 comments on commit db41b97

Please sign in to comment.