* Fix bug#12367.

This commit is contained in:
qiyu-xie
2021-04-26 16:25:57 +08:00
parent 664cae45b0
commit dde9bc9d53
+1 -1
View File
@@ -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;