From 8828466f92539406ccc02d92b3477f1624453a49 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 15 Dec 2020 11:53:50 +0000 Subject: [PATCH] JAL-3690 disable proxy server for JalviewJS --- utils/jalviewjs/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/jalviewjs/template.html b/utils/jalviewjs/template.html index d132460..4511824 100644 --- a/utils/jalviewjs/template.html +++ b/utils/jalviewjs/template.html @@ -12,7 +12,7 @@ Info = { width: 850, height: 550, readyFunction: null, - serverURL: 'https://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php', + serverURL: '', j2sPath: 'swingjs/j2s', console:'sysoutdiv', allowjavascript: true -- 1.7.10.2