* finish task #4988.

This commit is contained in:
wangyidong
2018-10-10 16:11:25 +08:00
parent d4f0c7c72e
commit 070bfe25a0
+2 -1
View File
@@ -17,7 +17,8 @@ $(function()
$('#switchDate').closest('.input-group-addon').addClass('hidden');
$('#type').find('option').each(function()
{
if($(this).val() != 'custom') $(this).addClass('hidden');
var type = $(this).val();
if(type == 'bug' || type == 'task' || type == 'story') $(this).addClass('hidden');
})
}
else