Merge "Fix deprecation warning since jQuery 3"

This commit is contained in:
jenkins-bot 2017-04-17 20:58:19 +00:00 committed by Gerrit Code Review
commit 744dd98914

View file

@ -86,7 +86,7 @@
.detach()
.html( data.parse.text );
$content.append( '<div class="visualClear"></div>' )
.find( 'a:not([href^=#])' )
.find( 'a:not([href^="#"])' )
.click( false );
mw.hook( 'wikipage.content' ).fire( $content );