Update new visualization icons
Update info text on Map of Science Update new copyright text to Map of Science
This commit is contained in:
parent
5eb16e6585
commit
5b1847dd4c
29 changed files with 51 additions and 43 deletions
|
@ -91,8 +91,6 @@ var EntityVisModeController = VisModeController.extend({
|
|||
init: function(map) {
|
||||
this._super(map);
|
||||
this.visMode = ENTITY_VIS_MODE;
|
||||
this.firstFilterLabel = "554 Sub-Disciplines";
|
||||
this.secondFilterLabel = "13 Disciplines";
|
||||
},
|
||||
getFilterType: function(value) {
|
||||
if (value === 1) {
|
||||
|
@ -113,8 +111,6 @@ var ComparisonVisModeController = VisModeController.extend({
|
|||
init: function(map) {
|
||||
this._super(map);
|
||||
this.visMode = COMPARISON_VIS_MODE;
|
||||
this.firstFilterLabel = "Organizations";
|
||||
this.secondFilterLabel = "People";
|
||||
},
|
||||
getFilterType: function(value) {
|
||||
if (value === 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue