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-07-07 06:09:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-07 06:09:32 +0300
commit4d8bd36aa2674c7c64b1d5bac4d898e3c8263d44 (patch)
tree67d0d1b0fd7afa57682d52a49398040b95a425c0 /app/assets/javascripts/persistent_user_callouts.js
parent7dc324669696d50d39cdf62e824f492375f7f5dd (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 8dfbfea9b09..f4fe605f0a2 100644
--- a/app/assets/javascripts/persistent_user_callouts.js
+++ b/app/assets/javascripts/persistent_user_callouts.js
@@ -6,6 +6,7 @@ const PERSISTENT_USER_CALLOUTS = [
'.js-admin-licensed-user-count-threshold',
'.js-buy-pipeline-minutes-notification-callout',
'.js-alerts-moved-alert',
+ '.js-token-expiry-callout',
];
const initCallouts = () => {