summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/persistent_user_callouts.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-23 03:09:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-23 03:09:04 +0000
commit4f31109a95c149fc92ec1899fb18110160e02789 (patch)
treeea0aae5e1392159ae942e5171381b29f157ad0e2 /app/assets/javascripts/persistent_user_callouts.js
parent5df6990daccf98d24f3ac45865d0386c3a4c3eb5 (diff)
downloadgitlab-ce-4f31109a95c149fc92ec1899fb18110160e02789.tar.gz
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 c177fe25985..8170a1f8443 100644
--- a/app/assets/javascripts/persistent_user_callouts.js
+++ b/app/assets/javascripts/persistent_user_callouts.js
@@ -8,6 +8,7 @@ const PERSISTENT_USER_CALLOUTS = [
'.js-token-expiry-callout',
'.js-registration-enabled-callout',
'.js-new-user-signups-cap-reached',
+ '.js-eoa-bronze-plan-banner',
];
const initCallouts = () => {