Merge pull request #1089 from bybeet/typo

Fix typo
pull/1094/head
Jamie 8 years ago committed by GitHub
commit 87612a59bb

@ -394,7 +394,7 @@ $(function () {
if (results.result) { if (results.result) {
// It's on Netflix // It's on Netflix
$('#' + id + 'netflixTab') $('#' + id + 'netflixTab')
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Avaialble on Netflix</span></a>"); .html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Available on Netflix</span></a>");
} }
}); });

Loading…
Cancel
Save