Add link innerText
This commit is contained in:
@@ -618,6 +618,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
||||
|
||||
a.setAttribute('href', href);
|
||||
a.setAttribute('download', download);
|
||||
a.innerText = 'Download ' + fileName;
|
||||
|
||||
pre = $('<div/>').append(a);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user