Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Toggle Wiki Sidebar broke? #127

Closed
troychard opened this issue Sep 29, 2020 · 2 comments
Closed

Github Toggle Wiki Sidebar broke? #127

troychard opened this issue Sep 29, 2020 · 2 comments
Labels

Comments

@troychard
Copy link

troychard commented Sep 29, 2020

The GitHub Toggle Wiki Sidebar broke for me some time back.

I seem to have fixed it just now on my local machine by altering line 59 from
const sidebar = $("#wiki-rightbar"), to const sidebar = $(".wiki-rightbar"),

(Edit: nope, my little hack didn't fix. It does make the sidebar appear and re-appear, but the rest of the content doesn't stretch to fit when it disappears).

Possible bug? or maybe I'm just seeing weird behaviour on my local machine?
( Using TamperMonkey with Chrome )

@Mottie
Copy link
Owner

Mottie commented Sep 30, 2020

Hi @troychard!

Thanks for letting me know! I don't use the wiki pages as often as I used to, so I didn't notice that it broke.

@Mottie Mottie added the bug label Sep 30, 2020
@Mottie Mottie closed this as completed in 2d6438e Sep 30, 2020
@troychard
Copy link
Author

Confirmed, the fix Works! Thanks Mottie! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants