From e3f1e488b159029d15bbb86284667f4b482c8f69 Mon Sep 17 00:00:00 2001 From: jprocter Date: Sat, 18 Jan 2014 19:07:34 +0000 Subject: [PATCH] JAL-1400 numeric version numbers only for minimum jre compatibility --- examples/linkedapplets_ng.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/linkedapplets_ng.html b/examples/linkedapplets_ng.html index 1d6b447..0a5ff58 100644 --- a/examples/linkedapplets_ng.html +++ b/examples/linkedapplets_ng.html @@ -210,7 +210,7 @@ document.onclick = mclose; APPLICATION_URL : "http://www.jalview.org/services/launchApp" }; - deployJava.runApplet(attributes, parameters, '1.6+'); + deployJava.runApplet(attributes, parameters, '1.6');