MediaWiki:Character-Banner.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 83: Line 83:
         else coords = [index - 8, 3];
         else coords = [index - 8, 3];


         if ($(this).find('img').attr('alt') == 'Dunno.png' && $(this).attr('data-unreleased') == 'true') {
         if ($(this).attr('data-unreleased') == 'true') {
             coords = [undefined, undefined];
             coords = [undefined, undefined];
         }
         }