LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-inspect.js”的版本间差异

跳转到导航 跳转到搜索
添加1字节 、​ 2020年12月30日 (三) 06:58
无编辑摘要
const row = $( e.target ).closest('tr'),
isLineno = row.children( '.diff-lineno' ).length ? 1 : 0,
rowLineno = isLineno ? row : row.prevAll( ':has(.diff-lineno)' ).lastfirst(),
n = parseInt( rowLineno.children().last().text().match(/\d+/) ),
line = scroller.find( '.CodeMirror-linenumber' ).filter(function() {
16,874

个编辑

导航菜单