|
|
| (2 intermediate revisions by the same user not shown) |
| Line 5: |
Line 5: |
| } | | } |
|
| |
|
| // Place us in the Search box if we're on the Main Page so we can immediately start typing | | /*[[Category:Userspace]]*/ |
| if (mw.config.get('wgIsMainPage'))
| |
| {
| |
| $(function()
| |
| {
| |
| $('#searchInput').focus();
| |
| });
| |
| }
| |
| | |
| // This code is disabled but left in place since it is referred to on [[MediaWiki:Common]]
| |
| // Add handy links to my sidebar
| |
| /*$(function()
| |
| {
| |
| ModifySidebar("sep", "navigation", "", "");
| |
| ModifySidebar("add", "navigation", "Slaves of War", "http://wiki.oni2.net/Oni2:Slaves_of_War");
| |
| });*/
| |