Content deleted Content added
(bot/CD) |
(bot/CD) |
||
Line 346:
var version = "0.4.2";
var gitAbbrevHash = "
var gitBranch = "main";
var gitDate = "Fri, 1 Sep 2023
var gitVersion = "0.4.2+
/**
Line 363:
ajax: {
headers: {
'Api-User-Agent': `Deputy/${version} (https://w.wiki/
}
},
Line 384:
}
}
MwApi.USER_AGENT = `Deputy/${version} (https://w.wiki/
/**
Line 12,689:
h_1("div", null, mw.msg('deputy.description')))),
h_1("div", null,
h_1("a", { href: "https://w.wiki/
label: mw.msg('deputy.about.homepage'),
flags: ['progressive']
Line 12,697:
flags: ['progressive']
}))),
h_1("a", { href: "https://w.wiki/
label: mw.msg('deputy.about.contact'),
flags: ['progressive']
Line 13,418:
// Update last edited number
this.core.lastEdited.set(Date.now());
yield MwApi.action.postWithEditToken(Object.assign(Object.assign({}, changeTag(yield window.deputy.getWikiConfig())), { action: 'edit', title: this.sourcePage.getPrefixedText(), text: JSON.stringify(this.serialize()) }));
});
}
|