Refactor before integrate with new comparison code
This commit is contained in:
parent
5158aaa913
commit
b4263c3176
5 changed files with 228 additions and 55 deletions
|
@ -75,7 +75,7 @@ var ErrorDisplayWidget = Class.extend({
|
|||
|
||||
var publicationsText = (responseData.pubsWithNoJournals > 1) ? "publications" : "publication";
|
||||
|
||||
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " with no journal"
|
||||
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " have no journal"
|
||||
+ " information.</li>"
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue