dev #26
@@ -107,7 +107,7 @@ async function restRequest(text) {
 | 
				
			|||||||
    const escapeChar = "specialEscapeChar";
 | 
					    const escapeChar = "specialEscapeChar";
 | 
				
			||||||
    // const addr = "http://localhost:8081/" + text;
 | 
					    // const addr = "http://localhost:8081/" + text;
 | 
				
			||||||
    var port = ":8081/"
 | 
					    var port = ":8081/"
 | 
				
			||||||
    if (getProcessor == "libxml") {
 | 
					    if (getProcessor() == "libxml") {
 | 
				
			||||||
        var port = ":8085/"
 | 
					        var port = ":8085/"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    const addr = window.location.protocol + "//" + window.location.hostname + ":8081/" + text;
 | 
					    const addr = window.location.protocol + "//" + window.location.hostname + ":8081/" + text;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user