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:
authorLuke Bennett <lbennett@gitlab.com>2018-09-13 16:04:43 +0300
committerLuke Bennett <lbennett@gitlab.com>2018-09-24 13:41:29 +0300
commitf8e74da72115bc8e9908385da9c46ae0e100e8e5 (patch)
tree8312d76a2f160a91a25c33be43eac49a1002cf18 /app/assets/javascripts/persistent_user_callout.js
parent769808732d5b3542726a5839d6a22da62fd9abeb (diff)
Review changes
Diffstat (limited to 'app/assets/javascripts/persistent_user_callout.js')
-rw-r--r--app/assets/javascripts/persistent_user_callout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/persistent_user_callout.js b/app/assets/javascripts/persistent_user_callout.js
index d136b3bfee9..1e34e74a152 100644
--- a/app/assets/javascripts/persistent_user_callout.js
+++ b/app/assets/javascripts/persistent_user_callout.js
@@ -8,6 +8,8 @@ export default class PersistentUserCallout {
this.container = container;
this.dismissEndpoint = dismissEndpoint;
this.featureId = featureId;
+
+ this.init();
}
init() {