Skip to content

Commit fca91eb

Browse files
committed
Update ethercalc domain
Include commit in cdf7f5f and 9f9c91a
1 parent ed5619a commit fca91eb

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
@@ -139,7 +139,7 @@ block script
139139
// let user sort #toc menu by drag and drop, a very user friendly feature suggest by @ipa. using jquery ui sortable. (also, ethercalc only)
140140
var sort_ethercalc = function(sort_initial_row, sort_target_row){
141141
$.ajax({
142-
url: "https://ethercalc.org/_/"+ethercalc_name,
142+
url: "https://ethercalc.net/_/"+ethercalc_name,
143143
contentType: 'text/plain',
144144
data: 'moveinsert A'+sort_initial_row+':F'+sort_initial_row+' A'+sort_target_row,
145145
type: 'POST',
@@ -369,7 +369,7 @@ block script
369369
// set iframe src?
370370
if(current_iframe_url == "edit"){
371371
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;
373373
}else{
374374
iframe_src = 'https://docs.google.com/spreadsheets/d/'+csv_api_source_id+'/edit';
375375
};
@@ -738,8 +738,8 @@ block script
738738
// prepare to post to ethercalc
739739
var post_ethercalc = function(post_title, post_url){
740740
$.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(),
743743
type: 'POST',
744744
contentType: 'text/csv',
745745
processData: false,
@@ -868,7 +868,7 @@ block script
868868
// show sheet
869869
if(!hide_sheet){
870870
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);
872872
// make foldr items sortable
873873
if(sort_sheet){
874874
$("#toc .sortable").sortable(sort_action);

0 commit comments

Comments
 (0)