Refactor before integrate with new comparison code

This commit is contained in:
kongchinhua 2011-11-02 01:04:53 +00:00
parent 5158aaa913
commit b4263c3176
5 changed files with 228 additions and 55 deletions

View file

@ -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>"
}