diff --git a/module/bug/js/common.js b/module/bug/js/common.js index d35318470a..92ff94764e 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -544,7 +544,7 @@ function notice() if($('#openedBuild').find('option').length <= 1) { var html = ''; - if($('#execution').length == 0 || $('#execution').val() == '') + if($('#execution').length == 0 || $('#execution').val() == 0) { var branch = $('#branch').val(); if(typeof(branch) == 'undefined') branch = 0;