Fixed scripts.js

This commit is contained in:
2023-02-09 13:57:20 +01:00
parent 45e46de8f5
commit c537bed4a1

View File

@@ -105,7 +105,6 @@ function performRequest(text, checkXML, checkTransform){
//Form REST request, send, receive and display in resultArea
async function restRequest(text) {
const escapeChar = "specialEscapeChar";
// const addr = "http://localhost:8081/" + text;
var port = ":8081/"
if (getProcessor() == "libxml") {
port = ":8082/"