1. new icons for map of science & temporal vis.

This commit is contained in:
tankchintan 2011-07-18 20:04:06 +00:00
parent 9130a1cd20
commit 42eabc9cce
10 changed files with 8 additions and 8 deletions

View file

@ -237,7 +237,6 @@ var DataTableWidget = Class.extend({
}
me.currentSelectedFilter = SCIMAP_TYPE.SUBDISCIPLINE;
$("a#csv").attr("href", entityMapOfScienceSubDisciplineCSVURL);
$("a#csv").html("Export All Sub-Disciplines");
} else {
@ -247,7 +246,6 @@ var DataTableWidget = Class.extend({
me.widget.fnSettings()._iDisplayLength = 13;
}
$("a#csv").attr("href", entityMapOfScienceDisciplineCSVURL);
$("a#csv").html("Export All Disciplines");
}