משתמש אלמוני
מדיה ויקי:Gadget-WLM-draft.js: הבדלים בין גרסאות בדף
אין תקציר עריכה
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 535: | שורה 535: | ||
Object.keys(newmap).map(function(uuu) { | Object.keys(newmap).map(function(uuu) { | ||
var vvv = $('.gold-' + uuu).length; | var vvv = $('.gold-' + uuu).length; | ||
if (vvv > 0) | if (defected[uuu]) | ||
$('#newrevs') | |||
.append($('<span>', {text: newmap[uuu].title + ', '})); | |||
else if (vvv > 0) | |||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: newmap[uuu].title + ', ', id: 'gold-little-' + uuu}) | .append($('<span>', {text: newmap[uuu].title + ', ', id: 'gold-little-' + uuu}) | ||
.prepend($('.gold-' + uuu).clone(true, true)[0])); | .prepend($('.gold-' + uuu).clone(true, true)[0])); | ||
else | else | ||
$('#newrevs') | $('#newrevs') |