This always includes the user's language preference when loading moment.
It also deletes the moment global, so if you don't require it somehow
you will get an error trying to call `moment`'.
This is setup to provide moment to both angular and plain JavaScript
modules. In angular modules, just add `moment` as a dependency. In plain
js use `import moment from 'tower/shared/moment/moment';`.
Adding the Copyright and All Rights Reserved to the JS files, as well as removing pwdmeter and 3dDonut chart (in lieu of d3.js donut chart)
adding the legend and getting pie chart to donut
adding data labels to donut chart
working legend and tooltip
job detail donut
Ansible Copyright added to beginning of all JS files
removing pwdmeter and d3donut
fixing merge conflicts