@@ -139,7 +139,7 @@ block script
139
139
// let user sort #toc menu by drag and drop, a very user friendly feature suggest by @ipa. using jquery ui sortable. (also, ethercalc only)
140
140
var sort_ethercalc = function (sort_initial_row , sort_target_row ){
141
141
$ .ajax ({
142
- url: " https://ethercalc.org /_/" + ethercalc_name,
142
+ url: " https://ethercalc.net /_/" + ethercalc_name,
143
143
contentType: ' text/plain' ,
144
144
data: ' moveinsert A' + sort_initial_row+ ' :F' + sort_initial_row+ ' A' + sort_target_row,
145
145
type: ' POST' ,
@@ -369,7 +369,7 @@ block script
369
369
// set iframe src?
370
370
if (current_iframe_url == " edit" ){
371
371
if (csv_api_source_type== " ethercalc" ){
372
- iframe_src = ' https://ethercalc.org /' + csv_api_source_id;
372
+ iframe_src = ' https://ethercalc.net /' + csv_api_source_id;
373
373
}else {
374
374
iframe_src = ' https://docs.google.com/spreadsheets/d/' + csv_api_source_id+ ' /edit' ;
375
375
};
@@ -738,8 +738,8 @@ block script
738
738
// prepare to post to ethercalc
739
739
var post_ethercalc = function (post_title , post_url ){
740
740
$ .ajax ({
741
- url: " https://ethercalc.org /_/" + ethercalc_name,
742
- // url: "https://ethercalc.org /_/"+ethercalc_name+"?row="+new_pad_row_index.toString(),
741
+ url: " https://ethercalc.net /_/" + ethercalc_name,
742
+ // url: "https://ethercalc.net /_/"+ethercalc_name+"?row="+new_pad_row_index.toString(),
743
743
type: ' POST' ,
744
744
contentType: ' text/csv' ,
745
745
processData: false ,
@@ -868,7 +868,7 @@ block script
868
868
// show sheet
869
869
if (! hide_sheet){
870
870
if (csv_api_source_type== " ethercalc" ){
871
- $ (" #topbar .edit.table" ).attr (" href" ,' https://ethercalc.org /' + csv_api_source_id);
871
+ $ (" #topbar .edit.table" ).attr (" href" ,' https://ethercalc.net /' + csv_api_source_id);
872
872
// make foldr items sortable
873
873
if (sort_sheet){
874
874
$ (" #toc .sortable" ).sortable (sort_action);
0 commit comments