משתמש אלמוני
מדיה ויקי:Gadget-WLM-draft.js: הבדלים בין גרסאות בדף
אין תקציר עריכה
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 537: | שורה 537: | ||
if (defected[uuu]) | if (defected[uuu]) | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: newmap[uuu].title + ', '})); | .append($('<span>', {text: newmap[uuu].title + ',\u200f '})); | ||
else if (vvv > 0) | else if (vvv > 0) | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: newmap[uuu].title + ', ', id: 'gold-little-' + uuu}) | .append($('<span>', {text: newmap[uuu].title + ',\u200f ', id: 'gold-little-' + uuu}) | ||
.prepend($('.gold-' + uuu).clone(true, true)[0])); | .prepend($('.gold-' + uuu).clone(true, true)[0])); | ||
else | else | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: ', '}) | .append($('<span>', {text: ',\u200f '}) | ||
.prepend($('<a>', {text: newmap[uuu].title, | .prepend($('<a>', {text: newmap[uuu].title, | ||
href: 'https://he.wikipedia.org/w/index.php?title=' + | href: 'https://he.wikipedia.org/w/index.php?title=' + |