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 5, 2023
1 parent da75216 commit 0457bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@
document.getElementById("stylesidebar").checked = true;
}

if (getURLParameterByName(['edit-link-checkbox','editLinkCheckbox']) === 'true' || getURLParameterByName('edit-link')) {
if (getURLParameterByName(['edit-link-checkbox','editLinkCheckbox']) === 'true' || getURLParameterByName(['edit-link','editLink'])) {
document.getElementById("editCheck").checked = true;
}

Expand Down

0 comments on commit 0457bed

Please sign in to comment.