Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 18:09:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 18:09:13 +0300
commita2f3b3e5cf571da549b34c5500b5dd5723c045de (patch)
tree8726759e2c87d638790559584ab936655ad71df6 /app/assets/javascripts/persistent_user_callouts.js
parentfa6c2426a5beed14dd7cfd0b4c493ff7ec886837 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/persistent_user_callouts.js')
-rw-r--r--app/assets/javascripts/persistent_user_callouts.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/persistent_user_callouts.js b/app/assets/javascripts/persistent_user_callouts.js
index 8c5f45e9d34..d4857a19ff7 100644
--- a/app/assets/javascripts/persistent_user_callouts.js
+++ b/app/assets/javascripts/persistent_user_callouts.js
@@ -7,6 +7,7 @@ const PERSISTENT_USER_CALLOUTS = [
'.js-buy-pipeline-minutes-notification-callout',
'.js-token-expiry-callout',
'.js-registration-enabled-callout',
+ '.js-new-user-signups-cap-reached',
];
const initCallouts = () => {