alpha version ready for real

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/catalogue-badge-portlet@162275 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/22177
Massimiliano Assante 6 years ago
parent c9e94d2afb
commit 34a57dfc49

@ -17,6 +17,6 @@ function queryCatalogue() {
} else {
$('#inputQueryCatalogue').css("border","1px solid #ccc");
var encodedQuery = btoa("q="+$('#inputQueryCatalogue').val());
location.href = $('#catalogueURL').val() + "?query=" + encodedQuery;
location.href = $('#catalogueURL').val() + "?path=/dataset&query=" + encodedQuery;
}
}
Loading…
Cancel
Save