We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62839 commit 2937212Copy full SHA for 2937212
src/assets/js/signal_sets.js
@@ -275,7 +275,7 @@ function previewData() {
275
var geoValues = geographicValues[geoType].map((el) => (typeof el.id === 'string') ? el.id.toLowerCase() : el.id).join(",");
276
$('#loader').show();
277
var request = $.ajax({
278
- url: "/epidata/covidcast/",
+ url: "epidata/covidcast/",
279
type: 'GET',
280
async: true,
281
data: {
0 commit comments