- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "User:Dragonjet/common.js"
Jump to navigation
Jump to search
m (local sm2) |
m (last edited extension) |
||
Line 1: | Line 1: | ||
window.RevealAnonIP = { | window.RevealAnonIP = { | ||
permissions : ['user'] | permissions : ['user'] | ||
+ | }; | ||
+ | |||
+ | window.lastEdited = { | ||
+ | size: false, | ||
+ | diff: true, | ||
+ | comment: true, | ||
+ | time: true | ||
}; | }; | ||
Line 8: | Line 15: | ||
"w:c:dev:RevealAnonIP/code.js", | "w:c:dev:RevealAnonIP/code.js", | ||
"w:c:dev:Countdown/code.js", | "w:c:dev:Countdown/code.js", | ||
+ | "w:c:dev:LastEdited/code.js", | ||
"User:Dragonjet/scripts/sm2.js" | "User:Dragonjet/scripts/sm2.js" | ||
] | ] | ||
}); | }); |
Revision as of 12:31, 21 December 2014
window.RevealAnonIP = {
permissions : ['user']
};
window.lastEdited = {
size: false,
diff: true,
comment: true,
time: true
};
importArticles({
type: "script",
articles: [
"w:c:dev:RevealAnonIP/code.js",
"w:c:dev:Countdown/code.js",
"w:c:dev:LastEdited/code.js",
"User:Dragonjet/scripts/sm2.js"
]
});