diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
| -rw-r--r-- | BKUOnline/src/main/webapp/index.html | 5 | 
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> | 
