mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Style changes for AddSeries lookup.
This commit is contained in:
@@ -71,9 +71,10 @@
|
||||
$('#addSeriesAccordion').accordion("activate", false);
|
||||
});
|
||||
|
||||
$(document).on('click', '.tvDbLink', function () {
|
||||
$(document).on('click', '.tvDbLink', function (event) {
|
||||
var url = $(this).text();
|
||||
window.open(url, 'thetvdb');
|
||||
event.preventDefault();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user