Skip to content

Commit b509d57

Browse files
committed
Update ethercalc domain
Include commit in cdf7f5f and 9f9c91a
1 parent d308650 commit b509d57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/index.jade

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ block script
142142
// let user sort #toc menu by drag and drop, a very user friendly feature suggest by @ipa. using jquery ui sortable. (also, ethercalc only)
143143
var sort_ethercalc = function(sort_initial_row, sort_target_row){
144144
$.ajax({
145-
url: "https://ethercalc.org/_/"+ethercalc_name,
145+
url: "https://ethercalc.net/_/"+ethercalc_name,
146146
contentType: 'text/plain',
147147
data: 'moveinsert A'+sort_initial_row+':F'+sort_initial_row+' A'+sort_target_row,
148148
type: 'POST',
@@ -372,7 +372,7 @@ block script
372372
// set iframe src?
373373
if(current_iframe_url == "edit"){
374374
if(csv_api_source_type=="ethercalc"){
375-
iframe_src = 'https://ethercalc.org/'+csv_api_source_id;
375+
iframe_src = 'https://ethercalc.net/'+csv_api_source_id;
376376
}else{
377377
iframe_src = 'https://docs.google.com/spreadsheets/d/'+csv_api_source_id+'/edit';
378378
};
@@ -730,8 +730,8 @@ block script
730730
// prepare to post to ethercalc
731731
var post_ethercalc = function(post_title, post_url){
732732
$.ajax({
733-
url: "https://ethercalc.org/_/"+ethercalc_name,
734-
//url: "https://ethercalc.org/_/"+ethercalc_name+"?row="+new_pad_row_index.toString(),
733+
url: "https://ethercalc.net/_/"+ethercalc_name,
734+
//url: "https://ethercalc.net/_/"+ethercalc_name+"?row="+new_pad_row_index.toString(),
735735
type: 'POST',
736736
contentType: 'text/csv',
737737
processData: false,
@@ -860,7 +860,7 @@ block script
860860
// show sheet
861861
if(!hide_sheet){
862862
if(csv_api_source_type=="ethercalc"){
863-
$("#topbar .edit.table").attr("href",'https://ethercalc.org/'+csv_api_source_id);
863+
$("#topbar .edit.table").attr("href",'https://ethercalc.net/'+csv_api_source_id);
864864
// make foldr items sortable
865865
if(sort_sheet){
866866
$("#toc .sortable").sortable(sort_action);

0 commit comments

Comments
 (0)