JAL-1641 updated json schema to make it more generic in order to accomodate more...
[jalview.git] / src / jalview / io / BioJsHTMLOutput.java
index 3a3b665..ff55400 100644 (file)
@@ -35,7 +35,7 @@ public class BioJsHTMLOutput
   public static final String BJS_TEMPLATE_GIT_REPO = jalview.bin.Cache
           .getDefault(
                   "biojs_template_git_repo",
-                  "https://raw.githubusercontent.com/tcofoegbu/bjs-template/master/package.json");;
+                  "https://raw.githubusercontent.com/tcofoegbu/bjs-template/master/package.json");
 
   public BioJsHTMLOutput(AlignmentPanel ap,
           FeatureRenderer fr1)