* start using the deployment toolkit for launching webstart again
This commit is contained in:
parent
228b3db8f5
commit
3af542f195
|
@ -15,6 +15,9 @@
|
||||||
<meta itemprop="description" content="The ultimate tv renamer / subtitle downloader / sfv validator" />
|
<meta itemprop="description" content="The ultimate tv renamer / subtitle downloader / sfv validator" />
|
||||||
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
||||||
|
|
||||||
|
<!-- Java Deployment Toolkit -->
|
||||||
|
<script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script>
|
||||||
|
|
||||||
<!-- google analytics -->
|
<!-- google analytics -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
|
@ -95,7 +98,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="webstart">
|
<div class="webstart">
|
||||||
<a onclick="_gaq.push(['_trackPageview', '/webstart/filebot.jnlp'])" href="http://filebot.sourceforge.net/webstart/filebot.jnlp">
|
<a onclick="_gaq.push(['_trackPageview', '/webstart/filebot.jnlp']); return deployJava.launchWebStartApplication('webstart/filebot.jnlp') == false ? true : false" href="http://filebot.sourceforge.net/webstart/filebot.jnlp">
|
||||||
<img alt="Launch" title="Launch via Java Web Start" border="0" src="images/webstart.png" />
|
<img alt="Launch" title="Launch via Java Web Start" border="0" src="images/webstart.png" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue