We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206a1c1 commit 8efe683Copy full SHA for 8efe683
public/js/both.js
@@ -82,7 +82,7 @@ const mqueue = (function () {
82
// Add status beside main title if on the main page of movie
83
if ($('link[rel=\'canonical\'][href*=\'' + id.split('_')[0] + '\']').length !== 0) {
84
// New IMDb version, add under the main title in the subtext line
85
- $('.title_wrapper .subtext', node).append('<span class="ghost">|</span>' + status);
+ $('h1[data-testid="hero__pageTitle"]+ul', node).append('<li role="presentation" class="ipc-inline-list__item">' + status + '</li>');
86
}
87
// Add status on every links concerning that movie
88
else {
0 commit comments