Skip to content

Commit

Permalink
fixed a cross-origin blocking issue when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Aug 7, 2020
1 parent 3df4e56 commit 2e05d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_static/myvariant_doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jQuery(document).ready(function () {
// get the hg19 metadata information
jQuery.ajax({
url: "//myvariant.info/v1/metadata",
dataType: "JSONP",
jsonpCallback: "callback",
dataType: "json",
type: "GET",
success: function (data) {
// Set the total number of variants
Expand Down

0 comments on commit 2e05d95

Please sign in to comment.