diff --git a/app/assets/javascripts/app/controllers/import_otrs.coffee b/app/assets/javascripts/app/controllers/import_otrs.coffee index 3f3222907..0ad417ac1 100644 --- a/app/assets/javascripts/app/controllers/import_otrs.coffee +++ b/app/assets/javascripts/app/controllers/import_otrs.coffee @@ -50,7 +50,6 @@ class Index extends App.ControllerContent @html App.view('import/otrs')() startDownload: (e) => - e.preventDefault() @$('.js-otrs-link').removeClass('hide') showLink: (e) => diff --git a/app/assets/javascripts/app/views/import/otrs.jst.eco b/app/assets/javascripts/app/views/import/otrs.jst.eco index 379aa6b38..e43911da8 100644 --- a/app/assets/javascripts/app/views/import/otrs.jst.eco +++ b/app/assets/javascripts/app/views/import/otrs.jst.eco @@ -7,9 +7,9 @@

<%- @T('Download and install the OTRS Migration Plugin on your OTRS System') %>:

- <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 5') %> - <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 4') %> - <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 3.3 - 3.1') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 5') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 4') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for OTRS 3.3 - 3.1') %>
<%- @T('Go Back') %>