TOC html

From Redazione
Jump to navigation Jump to search
Line 121: Line 121:
 
}
 
}
  
index_obj_saved = tree.toDict(true).children;
+
var index_obj_saved = tree.toDict(true).children;
  
 
TOC_functions.translate_TOC_rec(index_obj_saved,'to');
 
TOC_functions.translate_TOC_rec(index_obj_saved,'to');
  
 +
// create wiki_list
 
walk_through_TOC(index_obj_saved,null,0);
 
walk_through_TOC(index_obj_saved,null,0);
  
 
index_obj_saved = TOC_functions.utf8_to_base64(JSON.stringify(index_obj_saved));
 
index_obj_saved = TOC_functions.utf8_to_base64(JSON.stringify(index_obj_saved));
  
$ci('#TOC_contents').val(btoa(index_obj_saved))
+
$ci('#TOC_contents').val(index_obj_saved)
  
  

Revision as of 16:47, 17 July 2020

tree placeholder