make auto devops banner dismissal global instead of per-project

This commit is contained in:
Mike Greiling 2018-08-05 23:03:32 -05:00
parent 30c960d4ee
commit 52899e5db3
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', () => {
new ShortcutsNavigation(); // eslint-disable-line no-new new ShortcutsNavigation(); // eslint-disable-line no-new
new NotificationsForm(); // eslint-disable-line no-new new NotificationsForm(); // eslint-disable-line no-new
new UserCallout({ // eslint-disable-line no-new new UserCallout({ // eslint-disable-line no-new
setCalloutPerProject: true, setCalloutPerProject: false,
className: 'js-autodevops-banner', className: 'js-autodevops-banner',
}); });