Ghost/ghost/admin/app/controllers/staff
Kevin Ansfield fe48f7ed80 Added utils service with downloadFile() method
no issue

- pattern of downloading a file by creating an iframe and setting the `src` attribute was repeated throughout the codebase and was using a mix of native and jQuery patterns
- added a `utils` service for housing one-off utility methods like this to avoid repetition and mixed patterns becoming more widespread (we want to get rid of jQuery usage)
2021-10-05 14:21:19 +01:00
..
index.js Added the "reset all passwords" user interface 2021-06-28 11:54:45 +02:00
user.js Added utils service with downloadFile() method 2021-10-05 14:21:19 +01:00