Skip to content

Commit

Permalink
wip delete me
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 4, 2023
1 parent 8023d8f commit 458dc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/unaids/assets/validation-badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ this.ckan.module('validation-badge', function (jQuery) {
$.ajax({
url: "/api/3/action/resource_validation_show?resource_id=" + this.options.resource,
type: "GET",
success: function(data){module._success(data);},
error: function(XMLHttpRequest, textStatus, errorThrown){module._error(XMLHttpRequest, textStatus, errorThrown);},
success: function(data){console.log(data); module._success(data);},
error: function(XMLHttpRequest, textStatus, errorThrown){console.log(data); module._error(XMLHttpRequest, textStatus, errorThrown);},
dataType: "json",
complete: setTimeout(function(){module._complete();}, 5000),
timeout: 2000
Expand Down

0 comments on commit 458dc60

Please sign in to comment.