diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-07-01 12:34:54 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-07-01 12:34:54 +0000 |
commit | e7641b2b5861897e1e1abab3b7411bb77361d5cb (patch) | |
tree | b68e2898dcad31332ab557e78a44e680fb5790d9 /BKUOnline/src/main/webapp/index.html | |
parent | 2cf8668b84d70877ed274d06727ef6a7e00aa05f (diff) | |
download | mocca-e7641b2b5861897e1e1abab3b7411bb77361d5cb.tar.gz mocca-e7641b2b5861897e1e1abab3b7411bb77361d5cb.tar.bz2 mocca-e7641b2b5861897e1e1abab3b7411bb77361d5cb.zip |
[#425] Disable WebStart Launch Button for MacOS
added standalone profile in BKU Web Start
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@379 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html index 2ec41746..fd37ce35 100644 --- a/BKUOnline/src/main/webapp/index.html +++ b/BKUOnline/src/main/webapp/index.html @@ -40,6 +40,7 @@ <!-- MOCCA Web Start | (activate 'include-webstart' profile) + --> <div id="animDiv" class="box"> <p> <h1>MOCCA Web Start</h1> @@ -52,6 +53,5 @@ <p><a href="webstart/player.jnlp">Java Cache Viewer</a> (local installation)</p> </p> </div> - |--> </body> </html> |