Skip to content

Commit

Permalink
Support for material design
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloZeroNet committed Sep 1, 2020
1 parent 9b65101 commit 10a2f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function showRedirectNotice() {
</p>
</div>
`
document.querySelector(".wy-nav-content").insertAdjacentHTML("afterbegin", notice);
document.querySelector(".wy-nav-content, .md-content").insertAdjacentHTML("afterbegin", notice);
}

// modify the redirect link to more specific one if it's still exists in new docs
Expand Down

0 comments on commit 10a2f10

Please sign in to comment.