Add link innerText

This commit is contained in:
Mohsen Azimi
2015-03-26 13:08:23 -07:00
parent c157fe41c1
commit d451c2b539
3 changed files with 3 additions and 1 deletions

1
dist/swagger-ui.js vendored
View File

@@ -21354,6 +21354,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
a.setAttribute('href', href);
a.setAttribute('download', download);
a.innerText = 'Download ' + fileName;
pre = $('<div/>').append(a);
} else {