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-06-26 18:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 18:08:45 +0300
commit2a53c24c512db8613255884b1db42402a31d831b (patch)
tree37831911612043071365082fb0838c671ec7bbb7 /app/assets/javascripts/persistent_user_callouts.js
parent8e812185ddf4c77ae3b1512b2d04725190e64209 (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 a3ccc551c7e..8dfbfea9b09 100644
--- a/app/assets/javascripts/persistent_user_callouts.js
+++ b/app/assets/javascripts/persistent_user_callouts.js
@@ -5,6 +5,7 @@ const PERSISTENT_USER_CALLOUTS = [
'.js-users-over-license-callout',
'.js-admin-licensed-user-count-threshold',
'.js-buy-pipeline-minutes-notification-callout',
+ '.js-alerts-moved-alert',
];
const initCallouts = () => {