fix for #968, removed block
This commit is contained in:
@@ -385,9 +385,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
|||||||
if (window.authorizations) {
|
if (window.authorizations) {
|
||||||
window.authorizations.apply(obj);
|
window.authorizations.apply(obj);
|
||||||
}
|
}
|
||||||
if (params === 0) {
|
|
||||||
obj.data.append('fake', 'true');
|
|
||||||
}
|
|
||||||
jQuery.ajax(obj);
|
jQuery.ajax(obj);
|
||||||
return false;
|
return false;
|
||||||
// end of file-upload nastiness
|
// end of file-upload nastiness
|
||||||
|
|||||||
Reference in New Issue
Block a user