Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 5331dbe

Browse files
authored
hiding challenge types from create screen
1 parent 6db7e9a commit 5331dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web/scripts/launchcontest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ $(document).ready(function() {
467467
// populate the select option for software group
468468
$.each(projectCategoryArray, function(i, projectCategory) {
469469
if (projectCategory.hideInDropdown) {
470-
return;
470+
//Commented out on Aug 11, 2021 to help hide challenge types from the create dropdown in entity.js
471+
//return;
471472
}
472473
// not show copilot contest type
473474
if (projectCategory.id != 29 && projectCategory.id != ALGORITHM_CATEGORY_ID_MARATHON && projectCategory.typeId != 3) {

0 commit comments

Comments
 (0)