diff --git a/article.html b/article.html index cbc45f0..b532b5c 100644 --- a/article.html +++ b/article.html @@ -465,7 +465,7 @@ style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px">
- Key words: + Keywords:
diff --git a/jstmr/journal.js b/jstmr/journal.js index 2a9ddde..1866117 100644 --- a/jstmr/journal.js +++ b/jstmr/journal.js @@ -71,16 +71,23 @@ function bf_list() { '

' + arr_topic[i].children[j].title + '

' } } - + if(arr_topic[i].title == "Diseases"){ st_top_tit = '

' + arr_topic[i].title + '

' + + 'More' + + '
' + + '

' + }else{ + st_top_tit = '

' + arr_topic[i].title + '

' + // 'More' + '
' + '

' - + } if (wh_number == '1') { $('.art_top_topic>div>div.topics').html(''); } else { + $('.tmr_article>.bng_topic_bei>.art_main_con_topic>div').append(st_top_tit); + }