* Fix bug#17469.

This commit is contained in:
xieqiyu
2021-12-13 16:57:25 +08:00
parent 47c4b4e526
commit 6829d52cde
+4
View File
@@ -88,5 +88,9 @@ function getPlanID(obj, branch)
var locateButton = "<a href=" + locateLink + " class='btn btn-primary' data-app='product'>" + enterProjectList + "</a>";
$("#projects .btn-primary").replaceWith(locateButton);
}
else
{
$(".tips").addClass('hidden');
}
});
}