מדיה ויקי:Gadget-rcPatrol.js: הבדלים בין גרסאות בדף
מ תקלדה |
ניסוי |
||
| שורה 32: | שורה 32: | ||
function addCheckbox(elem, abbr) { | function addCheckbox(elem, abbr) { | ||
var a = elem.find('a:Contains(קודמת)').filter(function() { return /diff=\d+/.test($(this).attr('href')); } ); | var a = elem.find('a:Contains(קודמת), a:Contains(הבדל)').filter(function() { return /diff=\d+/.test($(this).attr('href')); } ); | ||
if (!a.length) | if (!a.length) | ||
return; | return; | ||