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 21, 2022
1 parent cdc1b06 commit 7e22263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,7 @@
document.getElementById("editCheck").checked = true;
}

if (getURLParameterByName(['show-page-options', 'show-more-page-appearance-options'])) {
console.log("show more!");
if (getURLParameterByName(['show-page-options', 'show-more-page-options'])) {
var theDiv = document.getElementById("docsifythisurlbuilderoptionsDiv");
var link = document.getElementById("docsifythisurlbuildershowhidelink");
link.text = 'Show Fewer Page Options \«';
Expand Down

0 comments on commit 7e22263

Please sign in to comment.