Keep the cookie name as before

This is to avoid prompting the same dialog for people who already dismissed the dialog.
This commit is contained in:
Alfredo Sumaran 2016-11-21 15:04:16 -05:00
parent ff1e2dd478
commit 9402def747
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
//= require_tree . //= require_tree .
$(() => { $(() => {
const OVERVIEW_DIALOG_COOKIE = 'ca_overview_dialog_dismissed'; const OVERVIEW_DIALOG_COOKIE = 'cycle_analytics_help_dismissed';
const cycleAnalyticsEl = document.querySelector('#cycle-analytics'); const cycleAnalyticsEl = document.querySelector('#cycle-analytics');
const cycleAnalyticsStore = gl.cycleAnalytics.CycleAnalyticsStore; const cycleAnalyticsStore = gl.cycleAnalytics.CycleAnalyticsStore;
const cycleAnalyticsService = new gl.cycleAnalytics.CycleAnalyticsService({ const cycleAnalyticsService = new gl.cycleAnalytics.CycleAnalyticsService({
@ -29,7 +29,7 @@ $(() => {
components: { components: {
'stage-issue-component': gl.cycleAnalytics.StageIssueComponent, 'stage-issue-component': gl.cycleAnalytics.StageIssueComponent,
'stage-plan-component': gl.cycleAnalytics.StagePlanComponent, 'stage-plan-component': gl.cycleAnalytics.StagePlanComponent,
'stage-code-component': gl.cycleAnalytics.StageCodeComponent, 'stage-code-component': gl .cycleAnalytics.StageCodeComponent,
'stage-test-component': gl.cycleAnalytics.StageTestComponent, 'stage-test-component': gl.cycleAnalytics.StageTestComponent,
'stage-review-component': gl.cycleAnalytics.StageReviewComponent, 'stage-review-component': gl.cycleAnalytics.StageReviewComponent,
'stage-staging-component': gl.cycleAnalytics.StageStagingComponent, 'stage-staging-component': gl.cycleAnalytics.StageStagingComponent,