MediaWiki:Mobile.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 27:
$('body').append($bGetTIP);
$span[0].onaddEventListener('taptouchstart', function(){
let toppos = ($(window).height()/2) - ($bGetTIP.height()/2);
let leftpos = ($(window).width()/2) - ($bGetTIP.width()/2);
Line 34:
});
$bGetTIP[0].onaddEventListener('taptouchstart', function(){
$(this).hide();
});