mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Link to TheTvDb has been added to AddSeries series lookup fields.
This commit is contained in:
@@ -37,8 +37,14 @@
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
.tvDbLink {
|
||||
color: #065EFE;
|
||||
}
|
||||
|
||||
.tvDbLink:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
|
||||
@@ -64,5 +70,10 @@
|
||||
$(document).ready(function () {
|
||||
$('#addSeriesAccordion').accordion("activate", false);
|
||||
});
|
||||
|
||||
$(document).on('click', '.tvDbLink', function () {
|
||||
var url = $(this).text();
|
||||
window.open(url, 'thetvdb');
|
||||
});
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user