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

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
שורה 27:
// "-FlowDeluxe.js&action=raw&ctype=text/javascript");
//mw.loader.load('ext.gadget.FlowDeluxeLocal');
 
var link = $("<a>", {
href: "//meta.wikimedia.org/wiki/Special:GlobalWatchlist?uselang=he",
text: "רשימת מעקב גלובלית",
target: "_blank"
}),
element = $("<li>", { id: "t-global" })
.addClass("plainlinks")
.append(link);
$("#p-tb div ul").append(element);
 
if (typeof window.orientation == 'undefined') {