MediaWiki:Common.js:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的2个中间版本) | |||
| 第487行: | 第487行: | ||
} | } | ||
}); | }); | ||
$(function() { | |||
if (mw.config.get('wgAction') == "edit" || mw.config.get('wgAction') == "submit" || mw.config.get('wgCanonicalSpecialPageName') == 'Search') | |||
mw.loader.load('/wiki/MediaWiki:Common.js/edit.js?action=raw&ctype=text/javascript'); | |||
}); | |||
(function(){ | |||
var bp = document.createElement('script'); | |||
var curProtocol = window.location.protocol.split(':')[0]; | |||
if (curProtocol === 'https'){ | |||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; | |||
} | |||
else{ | |||
bp.src = 'http://push.zhanzhang.baidu.com/push.js'; | |||
} | |||
var s = document.getElementsByTagName("script")[0]; | |||
s.parentNode.insertBefore(bp, s); | |||
})(); | |||