summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/index.html
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-23 09:50:54 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-23 09:50:54 +0000
commit8f71c09ff5f9edafa5ee897d56da493468c4101b (patch)
tree1d66a23540d5f9350e95d25e974880aa9fea2755 /BKUOnline/src/main/webapp/index.html
parent84b95d9e7dcdcd0ca2245121c7797e068a33183e (diff)
downloadmocca-8f71c09ff5f9edafa5ee897d56da493468c4101b.tar.gz
mocca-8f71c09ff5f9edafa5ee897d56da493468c4101b.tar.bz2
mocca-8f71c09ff5f9edafa5ee897d56da493468c4101b.zip
Workaround to [#424] Web Start loading via java plugin (Sun deployment script) fails on WinXP
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@370 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r--BKUOnline/src/main/webapp/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index b0e519a5..aa09f9f4 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -20,7 +20,7 @@
<title>MOCCA Online</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css" media="all">@import "css/main.css";</style>
- <script src="http://java.com/js/deployJava.js"></script>
+ <script src="js/deployJava.js"></script>
</head>
<body>
<div id="animDiv" class="box">
@@ -32,13 +32,12 @@
<h1>STAL Service</h1>
<a href="stal">STAL Service Endpoint</a>
<!-- MOCCA Web Start
- | (activate 'include-webstart' profile)
+ | (activate 'include-webstart' profile) -->
<h1>MOCCA Web Start</h1>
<script>
var url="webstart/mocca.jnlp"
deployJava.createWebStartLaunchButton(url, "1.6")
</script>
- |-->
</p>
</div>
</body>