JAL-3690 tweak J2S direct DB access registration for jalview, compbio and other sites
[jalview.git] / utils / jalviewjs / coretemplate.html
index 7d802f2..1ac36de 100644 (file)
@@ -21,6 +21,8 @@ Info = {
 </head>
 <body>
 <script>
+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') 
 SwingJS.getApplet('testApplet', Info)
 getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\n'))}
 </script>