You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg.append("<b>WARNING: There are ").append(count).append(" dams with gender not equal to f</b><br>\n");
146
+
msg.append("<b>WARNING: There are ").append(count).append(" dams with gender not equal to female</b><br>\n");
147
147
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
msg.append("<b>WARNING: There are ").append(count).append(" sires with gender not equal to f</b><br>\n");
156
+
msg.append("<b>WARNING: There are ").append(count).append(" sires with gender not equal to male</b><br>\n");
157
157
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
0 commit comments