TOC html
Jump to navigation
Jump to search
| Line 57: | Line 57: | ||
$ci(function() { | $ci(function() { | ||
| − | var contents = $ci('#TOC_contents').val() | + | var contents = $ci('#TOC_contents').val().replace(/^<nowiki>/,'').replace(/<\/nowiki>$/,'') |
| + | console.log(contents) | ||
if(contents) { | if(contents) { | ||
Revision as of 21:09, 13 July 2020