Skip to content

Commit

Permalink
Update render.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinrany authored Jul 20, 2019
1 parent 112a347 commit 3e39ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ function hideThemeButtonState() {{
themePicker.style.borderBottomRightRadius = "0";
themePicker.style.borderBottomLeftRadius = "0";
}}
function switchThemeButtonState() {{
if (themes.style.display === "block") {{
showThemeButtonState();
Expand Down

0 comments on commit 3e39ac7

Please sign in to comment.