1,904
עריכות
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 180: | שורה 180: | ||
var bots = []; | var bots = []; | ||
JWB.sysop = groups.indexOf('sysop') !== -1; | JWB.sysop = groups.indexOf('sysop') !== -1; | ||
if (response.query.pageids[0] !== '-1') { | if (response.query.pageids[0] !== '-1') { | ||
var checkPageData = JSON.parse(page.revisions[0]['*']); | var checkPageData = JSON.parse(page.revisions[0]['*']); | ||
users = checkPageData.enabledusers; | users = checkPageData.enabledusers; | ||
if ("enabledbots" in checkPageData) { | if ("enabledbots" in checkPageData) { | ||
bots = checkPageData.enabledbots; | bots = checkPageData.enabledbots; | ||
שורה 212: | שורה 210: | ||
// Temporary global debugging variables | // Temporary global debugging variables | ||
JWB.debug = [groups.indexOf('bot'), users === false, bots && bots.indexOf(JWB.username)]; | JWB.debug = [groups.indexOf('bot'), users === false, bots && bots.indexOf(JWB.username)]; | ||
if (JWB.username === "Men770" && response.query.userinfo.id === 3972) {//TEMP: Dev full access to entire interface. | if (JWB.username === "Men770" && response.query.userinfo.id === 3972) {//TEMP: Dev full access to entire interface. | ||
JWB.bot = true; | JWB.bot = true; | ||
users.push("Men770"); | users.push("Men770"); |