From 806ac4a5880cbf0b09132c0e349c5fc2df0b4f05 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 22 Mar 2016 12:42:02 +0000 Subject: [PATCH] Add "FileBot Subtitles for Mac OS X" link --- website/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/index.html b/website/index.html index d1e02edf..b92244c4 100644 --- a/website/index.html +++ b/website/index.html @@ -138,6 +138,7 @@ $(document).ready(function () { if (navigator.userAgent.indexOf('Macintosh') >= 0) { $("#macosx").show(); + $("#macosx-filebot-subtitles").show(); } }); @@ -291,6 +292,7 @@