PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Shared/api/pluginsActivation.js +1 -1 3.2.03.2.1 View file →
@@ -51,9 +51,9 @@
51 51
52 52 return widget;
53 53 };
54 54
55 -// Keeps the script load and the widget render off the click's 15s deadline.
55 +// Keeps the script load and the widget render off the click's deadline.
56 56 export const prewarmRecaptcha = (siteKey) => {
57 57 if (!recaptchaWidgets.has(siteKey)) {
58 58 const widget = renderWidget(siteKey);
59 59 widget.catch(() => recaptchaWidgets.delete(siteKey));