Commit 9e597631 authored by Kushal Pandya's avatar Kushal Pandya

Initialize GroupMemberContributions app

parent a47ceab1
import $ from 'jquery';
import Chart from 'chart.js';
import initGroupMemberContributions from 'ee/group_member_contributions';
document.addEventListener('DOMContentLoaded', () => {
const dataEl = document.getElementById('js-analytics-data');
......@@ -32,6 +32,6 @@ document.addEventListener('DOMContentLoaded', () => {
);
});
$('#event-stats').tablesorter();
initGroupMemberContributions();
}
});
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