noplanman / GitHub-Tweaks

Userscript that adds tweaks to GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix toggleable suppressed files

noplanman opened this issue · comments

When a file is suppressed, the toggle doesn't work properly.
Either remove the suppression completely or find some other way to keep it working.
The problem is, that the userscript (jQuery) sets inline CSS to show/hide fields, so the suppress button stops working, as it sets classes on the parent object.

Example here: #5