From d4b9cd042f2defb502ec622ce52e3f321cfc7ee0 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 20 Feb 2023 13:30:02 +0800 Subject: Run 50 more features before the whole page has loaded (#6357) --- source/features/default-branch-button.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'source/features/default-branch-button.tsx') diff --git a/source/features/default-branch-button.tsx b/source/features/default-branch-button.tsx index f5d899f7..8208a9ab 100644 --- a/source/features/default-branch-button.tsx +++ b/source/features/default-branch-button.tsx @@ -61,6 +61,5 @@ void features.add(import.meta.url, { exclude: [ pageDetect.isRepoHome, ], - awaitDomReady: false, init, }); -- cgit v1.2.3