Skip to content

Commit

Permalink
Fixed available fields table after URL change....
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Oct 22, 2015
1 parent 911fe61 commit a42f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/myvariant_doc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jQuery(document).ready(function() {
if( jQuery(' .indexed-field-table ').length ) {
jQuery.ajax({
url: "http://myvariant.info/v1/fields",
url: "http://myvariant.info/v1/metadata/fields",
dataType: "JSONP",
jsonpCallback: "callback",
type: "GET",
Expand Down

0 comments on commit a42f0e5

Please sign in to comment.