This commit is contained in:
daitingting
2022-10-28 06:09:33 +00:00
parent 9f18188062
commit 0bacaf044c
4 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -62,12 +62,12 @@ $(function()
{
if($.inArray(lastBranch, unmodifiableBranches) != -1)
{
if(linkedStoryIDList[last][lastBranch]) bootbox.alert(tip.replace('%s', linkedStoryIDList[last][lastBranch]));
if(linkedStoryIDList[last][lastBranch]) bootbox.alert(unLinkProductTip.replace("%s", branchGroups[last][lastBranch]));
}
}
else
{
bootbox.alert(tip.replace('%s', linkedStoryIDList[last][0]));
bootbox.alert(unLinkProductTip.replace("%s", allProducts[last]));
}
}
});