Merge "Correctly remove node without exception"

This commit is contained in:
jenkins-bot 2018-06-06 10:42:43 +00:00 committed by Gerrit Code Review
commit d76a4fde65

View file

@ -63,7 +63,7 @@
if ( pages.length ) {
mw.track( 'ext.relatedArticles.init', pages );
} else {
readMore.remove();
$( readMore ).remove();
}
} );
// detach handler to stop subsequent loads on scroll