Added change to dist

This commit is contained in:
Michel Cupurdija
2015-10-27 17:23:40 +01:00
parent 24649aa848
commit b460b5042a
2 changed files with 2 additions and 2 deletions

2
dist/swagger-ui.js vendored
View File

@@ -31928,7 +31928,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
//adds curl output //adds curl output
var curlCommand = this.model.asCurl(this.map); var curlCommand = this.model.asCurl(this.map);
curlCommand = curlCommand.replace('!', '!'); curlCommand = curlCommand.replace('!', '!');
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>'); $( 'div.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');
// only highlight the response if response is less than threshold, default state is highlight response // only highlight the response if response is less than threshold, default state is highlight response
var opts = this.options.swaggerOptions; var opts = this.options.swaggerOptions;

File diff suppressed because one or more lines are too long