Commit f236759c authored by delanoe's avatar delanoe

[ANALYTICS] Removing useless field.

parent a2f0376a
......@@ -266,7 +266,7 @@ gargantext.controller('DatasetController', function($scope, $http) {
}
});
// do not keep the ones we are not interested into
var rejectedHyperdata = ['doi', 'volume', 'page'];
var rejectedHyperdata = ['doi', 'volume', 'page', 'count'];
$scope.hyperdataList = [];
$.each(hyperdataList, function(h, hyperdata) {
if (rejectedHyperdata.indexOf(hyperdata.key) == -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment