mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
* disable java webstart because of browser warnings
This commit is contained in:
parent
f33c01be94
commit
c8b6485d2a
@ -429,7 +429,7 @@ div.screencast:hover .play {
|
||||
.adsense.sidead.second {
|
||||
position: absolute;
|
||||
left: 7px;
|
||||
top: 2435px;
|
||||
top: 2335px;
|
||||
}
|
||||
|
||||
.adsense.adbox {
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Java Deployment Toolkit -->
|
||||
<script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script>
|
||||
<!-- <script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script> -->
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
|
||||
<!-- google analytics -->
|
||||
@ -147,7 +147,8 @@
|
||||
<strong>FileBot</strong> is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!--
|
||||
<div id="webstart" class="section deployment webstart" style="display:none">
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
@ -165,6 +166,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div id="ubuntu" class="section deployment ubuntu" style="display:none">
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user