summaryrefslogtreecommitdiff
path: root/source/features/more-dropdown-links.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-02-20 13:30:02 +0800
committerGravatar GitHub <noreply@github.com> 2023-02-20 13:30:02 +0800
commitd4b9cd042f2defb502ec622ce52e3f321cfc7ee0 (patch)
tree0b401070e2662c27a3372ad5d9d914ff21936248 /source/features/more-dropdown-links.tsx
parentb9e20de6ab8dba8954dee9895572e8cb4cd00408 (diff)
downloadrefined-github-d4b9cd042f2defb502ec622ce52e3f321cfc7ee0.tar.gz
refined-github-d4b9cd042f2defb502ec622ce52e3f321cfc7ee0.tar.zst
refined-github-d4b9cd042f2defb502ec622ce52e3f321cfc7ee0.zip
Run 50 more features before the whole page has loaded (#6357)
Diffstat (limited to 'source/features/more-dropdown-links.tsx')
-rw-r--r--source/features/more-dropdown-links.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/more-dropdown-links.tsx b/source/features/more-dropdown-links.tsx
index 735f55b1..f373ff09 100644
--- a/source/features/more-dropdown-links.tsx
+++ b/source/features/more-dropdown-links.tsx
@@ -51,7 +51,6 @@ void features.add(import.meta.url, {
// No dropdown on mobile #5781
() => !select.exists('.js-responsive-underlinenav'),
],
- awaitDomReady: false,
deduplicate: 'has-rgh',
init,
});