| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,7 @@ const showMyAccountIfNecessary = (): void => { | |||
| 52 | 52 | return fastdom | |
| 53 | 53 | .write(() => { | |
| 54 | 54 | signIns.forEach(signIn => { | |
| 55 | - signIn.classList.add('u-h'); | ||
| 55 | + signIn.remove(); | ||
| 56 | 56 | }); | |
| 57 | 57 | ||
| 58 | 58 | accountActionsLists.forEach(accountActions => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments