Merge "Remove handling of old 'editsection' class"

This commit is contained in:
jenkins-bot 2013-06-17 01:12:51 +00:00 committed by Gerrit Code Review
commit 409afcbce9

View file

@ -986,7 +986,7 @@ ve.init.mw.ViewPageTarget.prototype.setupSkinTabs = function () {
*/
ve.init.mw.ViewPageTarget.prototype.setupSectionEditLinks = function () {
var veEditUri = this.veEditUri,
$links = $( '#mw-content-text .mw-editsection a, #mw-content-text .editsection a' );
$links = $( '#mw-content-text .mw-editsection a' );
if ( this.isViewPage ) {
$links.click( ve.bind( this.onEditSectionLinkClick, this ) );
} else {