MediaWiki:Mobile.js: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 27:
$('body').append($bGetTIP);
$span[0].
let toppos = ($(window).height()/2) - ($bGetTIP.height()/2);
let leftpos = ($(window).width()/2) - ($bGetTIP.width()/2);
Line 34:
});
$bGetTIP[0].
$(this).hide();
});
| |||