Skip to content

Commit af08c9b

Browse files
authored
Merge pull request #63 from ronnywang/master
change from ethercalc.org to ethercalc-cache.g0v.tw
2 parents 21935fe + 1c8ca83 commit af08c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ block script
127127

128128
// check where the csv will come from, ethercalc or gsheet?
129129
if(ethercalc_name.length < 40){
130-
csv_api_source = 'https://ethercalc.org/_/'+ethercalc_name+'/csv';
130+
csv_api_source = 'https://ethercalc-cache.g0v.tw/_/'+ethercalc_name+'/csv';
131131
csv_api_source_type = "ethercalc";
132132
}else{
133133
csv_api_source = 'docs.google.com/feeds/download/spreadsheets/Export?key='+ethercalc_name+'&exportFormat=csv&gid=0';

0 commit comments

Comments
 (0)