Skip to content

Commit ac62839

Browse files
committed
Hotfix
1 parent a9a0790 commit ac62839

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)