Skip to content

Commit ee52639

Browse files
committed
Using cors proxy work around
1 parent e81b7a4 commit ee52639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
* var proxy = 'http://www.enjoy-mondays.com/assets/services/proxy.php?url=';
291291
*/
292292

293-
var csvURL = 'https://docs.google.com/a/ushahidi.com/spreadsheets/d/1NXG2znwFFdbyK83wHmN00AEp_t_OMAoRkShicl_y7Wk/pub?output=csv';
293+
var csvURL = 'http://cors.io/?https://docs.google.com/a/ushahidi.com/spreadsheets/d/1NXG2znwFFdbyK83wHmN00AEp_t_OMAoRkShicl_y7Wk/pub?output=csv';
294294

295295
d3.csv(csvURL, function(error, csv) {
296296
if (error) {

0 commit comments

Comments
 (0)