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.
2 parents 21935fe + 1c8ca83 commit af08c9bCopy full SHA for af08c9b
views/index.jade
@@ -127,7 +127,7 @@ block script
127
128
// check where the csv will come from, ethercalc or gsheet?
129
if(ethercalc_name.length < 40){
130
- csv_api_source = 'https://ethercalc.org/_/'+ethercalc_name+'/csv';
+ csv_api_source = 'https://ethercalc-cache.g0v.tw/_/'+ethercalc_name+'/csv';
131
csv_api_source_type = "ethercalc";
132
}else{
133
csv_api_source = 'docs.google.com/feeds/download/spreadsheets/Export?key='+ethercalc_name+'&exportFormat=csv&gid=0';
0 commit comments