TOC html

From Redazione
Jump to navigation Jump to search
Line 75: Line 75:
 
 
 
if(value.children) {
 
if(value.children) {
walk_through_TOC(value.children,++depth);
+
walk_through_TOC(value.children,depth++);
 
}
 
}
 
 
Line 143: Line 143:
  
  
$ci('#pf_free_text').val(`
+
$ci('#pf_free_text').val(wiki_list)
#item a
 
##item a1
 
#item b
 
`)
 
  
 
console.log($ci('#pf_free_text').val())
 
console.log($ci('#pf_free_text').val())

Revision as of 10:08, 16 July 2020


tree placeholder