From: Jim Procter Date: Tue, 15 Dec 2020 19:04:36 +0000 (+0000) Subject: JAL-3690 tweak J2S direct DB access registration for jalview, compbio and other sites X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=676a9d84967da733fe6774700818646a9b90f29d JAL-3690 tweak J2S direct DB access registration for jalview, compbio and other sites --- diff --git a/utils/jalviewjs/coretemplate.html b/utils/jalviewjs/coretemplate.html index c975823..1ac36de 100644 --- a/utils/jalviewjs/coretemplate.html +++ b/utils/jalviewjs/coretemplate.html @@ -17,14 +17,12 @@ Info = { console:'sysoutdiv', allowjavascript: true } -// direct access to these sites -J2S.addDirectDatabaseCall('www.compbio.dundee.ac.uk'),J2S.addDirectDatabaseCall('www.jalview.org'), J2S.addDirectDatabaseCall('ensembl.org') -J2S.addDirectDatabaseCall('127.0.0.1'), J2S.addDirectDatabaseCall('localhost') - diff --git a/utils/jalviewjs/template.html b/utils/jalviewjs/template.html index 85a96c7..968e1eb 100644 --- a/utils/jalviewjs/template.html +++ b/utils/jalviewjs/template.html @@ -18,12 +18,12 @@ Info = { allowjavascript: true } // direct access to these sites -J2S.addDirectDatabaseCall('www.compbio.dundee.ac.uk'),J2S.addDirectDatabaseCall('www.jalview.org'), J2S.addDirectDatabaseCall('ensembl.org') -J2S.addDirectDatabaseCall('127.0.0.1'), J2S.addDirectDatabaseCall('localhost')