Fixed scripts.js
This commit is contained in:
@@ -105,7 +105,6 @@ function performRequest(text, checkXML, checkTransform){
|
|||||||
//Form REST request, send, receive and display in resultArea
|
//Form REST request, send, receive and display in resultArea
|
||||||
async function restRequest(text) {
|
async function restRequest(text) {
|
||||||
const escapeChar = "specialEscapeChar";
|
const escapeChar = "specialEscapeChar";
|
||||||
// const addr = "http://localhost:8081/" + text;
|
|
||||||
var port = ":8081/"
|
var port = ":8081/"
|
||||||
if (getProcessor() == "libxml") {
|
if (getProcessor() == "libxml") {
|
||||||
port = ":8082/"
|
port = ":8082/"
|
||||||
|
|||||||
Reference in New Issue
Block a user