跳转到内容

MediaWiki:Common.js:修订间差异

Hao留言 | 贡献
无编辑摘要
已保护“MediaWiki:Common.js”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))
 
(未显示同一用户的2个中间版本)
第3行: 第3行:
/* Any JavaScript here will be loaded for all users on every page load.  
/* Any JavaScript here will be loaded for all users on every page load.  
$('li#pt-anon_oauth_login a').click(function(){
$('li#pt-anon_oauth_login a').click(function(){
articlePath = mw.config.get('wgArticlePath');
url = articlePath.replace('$1', 'Special:OAuth2Client/redirect?returnto=Special:OAuth2Client/close');
var left = (screen.width/2) - 200;
var above = (screen.height/2) - 200;
newwindow = window.open(url, "_blank", "resizable=yes, scrollbars=yes, titlebar=yes, width=400, height=400, top="+above+", left="+left);
return false;
})
if (mw.config.get('wgTitle') == 'OAuth2Client/close') {
window.opener.location.reload();
window.close();
}
$('li#pt-btn_mwevesso_login a').click(function(){
articlePath = mw.config.get('wgArticlePath');
articlePath = mw.config.get('wgArticlePath');
url = articlePath.replace('$1', 'Special:OAuth2Client/redirect?returnto=Special:OAuth2Client/close');
url = articlePath.replace('$1', 'Special:OAuth2Client/redirect?returnto=Special:OAuth2Client/close');