משתמש:IKhitron/common.js – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
שורה 103:
var cloned = $('.mw-rcfilters-ui-filterWrapperWidget-showNewChanges a').clone();
cloned.attr("id", "newId");
$('.mw-rcfilters-ui-filterWrapperWidget-showNewChanges ah1').after(cloned);
cloned.css({visibility: 'visible'});
cloned.show();
}
});