Skip to content

Commit

Permalink
typo in fork warning check
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Nov 18, 2023
1 parent 058bb95 commit ef45cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/fork-warning.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (!window.location.host.startsWith('d-dl')) {
if (!window.location.host.startsWith('d-bl')) {
const url = (window.location+'').replace(window.location.host, "d-bl.github.io")
document.write('<p class=deprecated>This version may be ahead or behind of the <a href="'+url+'">official version</a>.</p>')
}

0 comments on commit ef45cf0

Please sign in to comment.