MediaWiki:Character-Banner.js: Difference between revisions

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


         if ($(this).find('img').attr('alt') == 'Dunno.png') coords = [null, null];
         if ($(this).find('img').attr('alt') == 'Dunno.png') coords = [undefined, undefined];


         $('.char-banner-title').text(class_name);
         $('.char-banner-title').text(class_name);