mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
UI: fix imdb link generation
This commit is contained in:
@@ -731,7 +731,7 @@ function updateReleasesRow(row)
|
|||||||
labels.empty();
|
labels.empty();
|
||||||
|
|
||||||
if (IMDBId) {
|
if (IMDBId) {
|
||||||
labels.append('\n<a href="http://www.imdb.com/title/tt' + IMDBId + '/" class="label label-imdb" alt="IMDB" title="IMDB">IMDB</a>');
|
labels.append('\n<a href="http://www.imdb.com/title/tt' + ("000000" + IMDBId).slice(-7) + '/" class="label label-imdb" alt="IMDB" title="IMDB">IMDB</a>');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isNaN(DownloadVolumeFactor)) {
|
if (!isNaN(DownloadVolumeFactor)) {
|
||||||
|
@@ -663,6 +663,6 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
|
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
|
||||||
<script type="text/javascript" src="../custom.js?changed=20180710"></script>
|
<script type="text/javascript" src="../custom.js?changed=20180711"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user