Skip to content

Commit

Permalink
#184 Update usage statistics call to logger-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Rita-C committed Jul 20, 2021
1 parent 7764941 commit dfdeb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/js/collectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function loadDownloadStats(loggerServicesUrl, uid, name, eventType) {
var url = loggerServicesUrl + "/reasonBreakdown.json?eventId=" + eventType + "&entityUid=" + uid;
$.ajax({
url: url,
dataType: 'jsonp',
dataType: 'json',
cache: false,
error: function (jqXHR, textStatus, errorThrown) {
$('div#usage').html(jQuery.i18n.prop('collectory.js.nousagestatistics'));
Expand Down

1 comment on commit dfdeb5a

@nickdos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code reviewed ✅

Please sign in to comment.