MediaWiki:Gadget-rollback-summary.js:修订间差异

无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第64行: 第64行:
      self.data('href', self.attr('href')).removeAttr('href') //取消拖动链接回退
      self.data('href', self.attr('href')).removeAttr('href') //取消拖动链接回退
        .attr('title', this.title + '(启用自定义摘要)').css('cursor', 'pointer').append('<sup>+</sup>');
        .attr('title', this.title + '(启用自定义摘要)').css('cursor', 'pointer').append('<sup>+</sup>');
      if ($('.ns-special')[0] && self.text().indexOf('10') != -1) self.parent().text('[超过10次的编辑]').attr('title', '超过10次的编辑请使用撤销功能,以便检查差异 (自定义摘要小工具)');
      if ($('.ns-special')[0] && self.text().indexOf('10') != -1) self.parent().text('[超过10次的编辑]').attr('title', '超过10次的编辑请使用撤销功能,以便检查差异');
    }
    }
});
});
匿名用户