Revert previous commit
This commit is contained in:
@@ -142,9 +142,7 @@ function showRequestBody(element){
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "application/xml":
|
case "application/xml": {
|
||||||
case "text/xml":
|
|
||||||
case "application/xml+xhtml": {
|
|
||||||
formatXML(historyRequestBody).then(function(result) {
|
formatXML(historyRequestBody).then(function(result) {
|
||||||
if (result.status == "OK") {
|
if (result.status == "OK") {
|
||||||
popupContent.innerText = result.result;
|
popupContent.innerText = result.result;
|
||||||
|
|||||||
Reference in New Issue
Block a user