Fix incorrect logic

This commit is contained in:
Berkeley Martinez
2015-11-24 14:32:28 -08:00
parent 2610573871
commit 8c261180d3

View File

@@ -186,7 +186,7 @@ window.common = (function({ $, common = { init: [] }}) {
}
common.init.push(function($) {
if (common.challengeType === '7') {
if (common.challengeType !== '7') {
return null;
}