ElEditors, Interface administrators, Administrators
70,980
edits
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') { | if ($(this).find('img').attr('alt') == 'Dunno.png' && $(this).attr('data-unreleased') != 'true') { | ||
coords = [undefined, undefined]; | coords = [undefined, undefined]; | ||
} | } |