打开主菜单

Ballance Wiki β

更改

MediaWiki:Common.js

删除631字节2018年7月24日 (二) 19:57
无编辑摘要
$('#mw-content-text a.new').contents().unwrap();
}
 
 
//change icon =======================================================
//change head
 
var cache1 = document.head.getElementsByTagName("link");
for (testCache in cache1) {
if (testCache.rel == "shortcut icon") {
testCache.src = "https://github.com/BearKidsTeam/ballance-wiki/blob/master/assets/favicon.ico";
break;
}
}
 
//change left icon
 
cache1 = document.getElementById("mw-wiki-logo");
cache1.style = "background-image: url(https://github.com/BearKidsTeam/ballance-wiki/blob/master/assets/favicon.png);";
 
 
})(jQuery, mediaWiki);
1,132
个编辑