|
@@ -68,11 +68,11 @@ function renderContent(list, contentWrapClassName){
|
|
'">' + item.title + '</a></li><li class="anchor-line"></li>';
|
|
'">' + item.title + '</a></li><li class="anchor-line"></li>';
|
|
str = '<div class="infoBox"><div class="title"> <h2 class="titleH2" id="' + contentWrapClassName+i +
|
|
str = '<div class="infoBox"><div class="title"> <h2 class="titleH2" id="' + contentWrapClassName+i +
|
|
'">'
|
|
'">'
|
|
- if (getUrlArgObject('type') == 8) {
|
|
|
|
|
|
+ /*if (getUrlArgObject('type') == 8) {
|
|
str += '【' + item.title + '】'
|
|
str += '【' + item.title + '】'
|
|
- } else {
|
|
|
|
|
|
+ } else {*/
|
|
str += item.title
|
|
str += item.title
|
|
- }
|
|
|
|
|
|
+ /*}*/
|
|
str += '</h2></div>' +
|
|
str += '</h2></div>' +
|
|
'<div class="contentWrapper"><pre>' + item.content + '</pre><div></div>';
|
|
'<div class="contentWrapper"><pre>' + item.content + '</pre><div></div>';
|
|
str = `<div class="infoWrapper">${str}</div>`
|
|
str = `<div class="infoWrapper">${str}</div>`
|