From dde9bc9d5340e4ff87a3941284ac9d4f84b13b94 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 26 Apr 2021 16:25:35 +0800 Subject: [PATCH] * Fix bug#12367. --- module/bug/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;