Skip to content

Commit

Permalink
WEB: Stop checking subitems when the item ID changes
Browse files Browse the repository at this point in the history
This fixes a bug in the Coktel Vision section, where different games
have the same target ID (gob). Thanks to Raziel^ for spotting this
  • Loading branch information
bluegr committed Dec 30, 2013
1 parent 9e79f0b commit bc54ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascripts/game_demos.js
Expand Up @@ -25,6 +25,8 @@ function attachSubcatListeners() {
resetDemosTable();
});
}
} else {
return false;
}
});
});
Expand Down

0 comments on commit bc54ad4

Please sign in to comment.