משתמש אלמוני
מדיה ויקי:Gadget-WLM-draft.js: הבדלים בין גרסאות בדף
אין תקציר עריכה
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 122: | שורה 122: | ||
.find('a') | .find('a') | ||
.remove(); | .remove(); | ||
defected[curid] = true; | |||
unseen(all.find('span.mw-title')); | unseen(all.find('span.mw-title')); | ||
if (!config.hidemarked.wait) | if (!config.hidemarked.wait) | ||
שורה 201: | שורה 202: | ||
.find('a') | .find('a') | ||
.remove(); | .remove(); | ||
defected[curid] = true; | |||
seen(all.find('span.mw-title')); | seen(all.find('span.mw-title')); | ||
}); | }); | ||
שורה 527: | שורה 529: | ||
.append($('<span>', {text: ans[key].title + ', ', id: 'gold-little-' + uuu}) | .append($('<span>', {text: ans[key].title + ', ', id: 'gold-little-' + uuu}) | ||
.prepend($('.gold-' + uuu).clone(true, true)[0])); | .prepend($('.gold-' + uuu).clone(true, true)[0])); | ||
else if (defected[curid]) | |||
$('#newrevs') | |||
.append($('<span>', {text: ans[key].title + ', '})); | |||
else | else | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: ans[key].title + ', '})); | .append($('<span>', {text: ans[key].title + ' #, '})); | ||
}); | }); | ||
$('#newrevs') | $('#newrevs') | ||
שורה 649: | שורה 653: | ||
lang = langcode == 'he' ? 0 : 1, | lang = langcode == 'he' ? 0 : 1, | ||
extendwatchlist = mw.user.options.get('extendwatchlist'), | extendwatchlist = mw.user.options.get('extendwatchlist'), | ||
config, messages; | defected = {}, config, messages; | ||
if (extendwatchlist == 1) { | if (extendwatchlist == 1) { | ||
$('.mw-body-content') | $('.mw-body-content') |