From b3f4e41c72c96c1871d329d4bc39cf27c0a9e91e Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 31 Oct 2021 11:49:24 +0000 Subject: [PATCH] gui: open IMDB link in new tab (#12490) --- src/Jackett.Common/Content/custom.js | 2 +- src/Jackett.Common/Content/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index 5798c1199..cfb1238ce 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -972,7 +972,7 @@ function updateReleasesRow(row) { if (IMDBId) { var imdbLen = (IMDBId.toString().length > 7) ? 8 : 7; - labels.append('\nIMDB'); + labels.append('\nIMDB'); } if (!isNaN(DownloadVolumeFactor)) { diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index dcd223d3c..ca92b923c 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -732,6 +732,6 @@ - +