diff options
author | 2020-12-26 23:31:18 -0600 | |
---|---|---|
committer | 2020-12-26 23:31:18 -0600 | |
commit | 33fe8491dbc0e839f28eb865f535099e9c53db73 (patch) | |
tree | cc38596abc9b4e8783ff538a965c33d238025f2a /source/features/quick-repo-deletion.tsx | |
parent | 89fc4c97be56ad09159425f24f1ba8b6b081ec92 (diff) | |
download | refined-github-33fe8491dbc0e839f28eb865f535099e9c53db73.tar.gz refined-github-33fe8491dbc0e839f28eb865f535099e9c53db73.tar.zst refined-github-33fe8491dbc0e839f28eb865f535099e9c53db73.zip |
Revert "Expand `quick-fork-deletion` to empty repos (#3795)"
Fixes #3832
Waiting for an alternative solution
Diffstat (limited to 'source/features/quick-repo-deletion.tsx')
-rw-r--r-- | source/features/quick-repo-deletion.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-repo-deletion.tsx b/source/features/quick-repo-deletion.tsx index 10c0a562..7b4af078 100644 --- a/source/features/quick-repo-deletion.tsx +++ b/source/features/quick-repo-deletion.tsx @@ -137,7 +137,7 @@ async function init(): Promise<void | false> { void features.add(__filebasename, { include: [ - pageDetect.isRepo + pageDetect.isForkedRepo ], awaitDomReady: false, init |