Commit 526c8111 authored by Tim Zallmann's avatar Tim Zallmann

Fixed call of UserCallout in dispatcher to accomodate new options in constructor

parent 73be4baf
......@@ -396,8 +396,8 @@ import initGroupAnalytics from './init_group_analytics';
setupProjectEdit();
// Initialize expandable settings panels
initSettingsPanels();
new UserCallout('js-service-desk-callout');
new UserCallout('js-mr-approval-callout');
new UserCallout({ className: 'js-service-desk-callout' });
new UserCallout({ className: 'js-mr-approval-callout' });
break;
case 'projects:imports:show':
new ProjectImport();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment