We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6c2e0 commit ba2517eCopy full SHA for ba2517e
templates/newsapp/map.html
@@ -221,7 +221,7 @@ <h2> Spread Trends</h2>
221
}
222
var state_codes = JSON.parse(`{{ codes|safe }}`);
223
var table = JSON.parse(httpGet('https://api.covid19india.org/state_district_wise.json'));
224
- alert(table);
+ // alert(table);
225
var confirmed = JSON.parse(`{{ confirmed|safe }}`);
226
var recovered = JSON.parse(`{{ recovered|safe }}`);
227
var deceased = JSON.parse(`{{ deceased|safe }}`);
0 commit comments