MediaWiki:Common.js: Difference between revisions
imported>Schiffy Didn't really need that part. |
imported>Schiffy No edit summary |
||
Line 32: | Line 32: | ||
/* End of the {{Visitor}} replacement */ | /* End of the {{Visitor}} replacement */ | ||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
// ... | |||
'w:c:dev:SignatureCheck/code.js', | |||
// ... | |||
] | |||
}); | |||
/* Link to Game Download */ | /* Link to Game Download */ | ||
$('ul.tools li:first-child').after('<li><a href="http://katawa-shoujo.com/download.php">Download Katawa Shoujo</a></li>'); | $('ul.tools li:first-child').after('<li><a href="http://katawa-shoujo.com/download.php">Download Katawa Shoujo</a></li>'); |