fixed linting

This commit is contained in:
Rahul Somasundaram
2021-08-24 07:28:17 +05:30
parent be87c45f27
commit 8944609b63
4 changed files with 7 additions and 9 deletions

View File

@ -31,6 +31,7 @@ module.exports = Mn.View.extend({
let win = window.open($(e.currentTarget).attr('rel'), '_blank');
win.focus();
},
'click @ui.download': function (e) {
e.preventDefault();
App.Api.Nginx.Certificates.download(this.model.get('id'))