- 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 (added CloseThread) |
(remvoe transferred to global) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
window.lastEdited = { | window.lastEdited = { | ||
size: false, | size: false, | ||
Line 9: | Line 5: | ||
time: true | time: true | ||
}; | }; | ||
− | |||
− | |||
importArticles({ | importArticles({ | ||
type: "script", | type: "script", | ||
articles: [ | articles: [ | ||
− | |||
− | |||
"w:c:dev:LastEdited/code.js", | "w:c:dev:LastEdited/code.js", | ||
"User:Dragonjet/scripts/sm2.js", | "User:Dragonjet/scripts/sm2.js", | ||
"User:Dragonjet/scripts/CommentQuote.js", | "User:Dragonjet/scripts/CommentQuote.js", | ||
"User:Dragonjet/scripts/SidebarBox.js", | "User:Dragonjet/scripts/SidebarBox.js", | ||
− | |||
] | ] | ||
}); | }); |
Revision as of 10:30, 8 January 2015
window.lastEdited = {
size: false,
diff: true,
comment: true,
time: true
};
importArticles({
type: "script",
articles: [
"w:c:dev:LastEdited/code.js",
"User:Dragonjet/scripts/sm2.js",
"User:Dragonjet/scripts/CommentQuote.js",
"User:Dragonjet/scripts/SidebarBox.js",
]
});