1. Changed icon for map of science.
2. Bug fixes for map of science edge cases. 3. Included a default error message when there are no publications to be found. 4. Improved text for map of sience info.
This commit is contained in:
parent
431036c1b0
commit
6f213a61fa
14 changed files with 614 additions and 532 deletions
|
@ -237,7 +237,7 @@ var DataTableWidget = Class.extend({
|
|||
}
|
||||
me.currentSelectedFilter = SCIMAP_TYPE.SUBDISCIPLINE;
|
||||
$("a#csv").attr("href", entityMapOfScienceSubDisciplineCSVURL);
|
||||
$("a#csv").html("Export All Sub-Displines");
|
||||
$("a#csv").html("Export All Sub-Disciplines");
|
||||
|
||||
} else {
|
||||
|
||||
|
@ -247,7 +247,7 @@ var DataTableWidget = Class.extend({
|
|||
me.widget.fnSettings()._iDisplayLength = 13;
|
||||
}
|
||||
$("a#csv").attr("href", entityMapOfScienceDisciplineCSVURL);
|
||||
$("a#csv").html("Export All Displines");
|
||||
$("a#csv").html("Export All Disciplines");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue