Content deleted Content added
Technical 13 (talk | contribs) Only run on articles tagged as an orphan. |
Technical 13 (talk | contribs) m ce |
||
Line 1:
if(mw.config.get('wgNamespaceNumber') === 0 && $.inArray("All orphaned articles", mw.config.get('wgCategories'))){
$('#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);
|