Content deleted Content added
Technical 13 (talk | contribs) m ce |
Technical 13 (talk | contribs) m >= 0 |
||
Line 1:
if(mw.config.get('wgNamespaceNumber') === 0 && $.inArray("All orphaned articles", mw.config.get('wgCategories')) >= 0){
$('#firstHeading').append(' <span class="loadinganimation" style="font-size: medium !important; color: #000 !important; font-family: sans-serif !important;">• • • </span> ');
var loadingAnimation = window.setInterval( function() { ($(".loadinganimation").html() == "• • • " ? $(".loadinganimation").html(" • • • ") : ($(".loadinganimation").html() == " • • • " ? $(".loadinganimation").html(" • • •") : ($(".loadinganimation").html() == " • • •" ? $(".loadinganimation").html(" • • • ") : $(".loadinganimation").html("• • • ")))) }, 250);
|