Skip to content

Commit 3925006

Browse files
authored
Merge pull request #110 from cmu-delphi/development
Hotfix
2 parents 6f09536 + ac62839 commit 3925006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/signal_sets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function showWarningAlert(warningMessage, slideUpTime = 2000) {
1818
function checkGeoCoverage(geoType, geoValue) {
1919
var notCoveredSignals = [];
2020
$.ajax({
21-
url: "/epidata/covidcast/geo_coverage/",
21+
url: "epidata/covidcast/geo_coverage/",
2222
type: 'GET',
2323
async: false,
2424
data: {

0 commit comments

Comments
 (0)