File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if (jcm_post_time !== null && jcm_reference_date !== null && jcm_reference_type
3232 jcm_text = jcm_text . replace ( / % y e a r % / , diff_year . toString ( ) ) ;
3333 jcm_text = jcm_text . replace ( / % m o n t h n u m % / , diff_month . toString ( ) ) ;
3434 jcm_text = jcm_text . replace ( / % d a y % / , diff_day . toString ( ) ) ;
35- jcm_text = jcm_text . replace ( / % p o s t _ d a t e % / , jcm_modified_date_text . toString ( ) ) ;
36- jcm_text = jcm_text . replace ( / % m o d i f i e d _ d a t e % / , jcm_post_date_text . toString ( ) ) ;
35+ jcm_text = jcm_text . replace ( / % p o s t _ d a t e % / , jcm_post_date_text . toString ( ) ) ;
36+ jcm_text = jcm_text . replace ( / % m o d i f i e d _ d a t e % / , jcm_modified_date_text . toString ( ) ) ;
3737 // DOM書き換え
3838 jcm_content . innerText = '' ;
3939 jcm_content . insertAdjacentHTML ( 'afterbegin' , jcm_text ) ;
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if(jcm_post_time !== null && jcm_reference_date !== null && jcm_reference_type !
3232 jcm_text = jcm_text . replace ( / % y e a r % / , diff_year . toString ( ) ) ;
3333 jcm_text = jcm_text . replace ( / % m o n t h n u m % / , diff_month . toString ( ) ) ;
3434 jcm_text = jcm_text . replace ( / % d a y % / , diff_day . toString ( ) ) ;
35- jcm_text = jcm_text . replace ( / % p o s t _ d a t e % / , jcm_modified_date_text . toString ( ) ) ;
36- jcm_text = jcm_text . replace ( / % m o d i f i e d _ d a t e % / , jcm_post_date_text . toString ( ) ) ;
35+ jcm_text = jcm_text . replace ( / % p o s t _ d a t e % / , jcm_post_date_text . toString ( ) ) ;
36+ jcm_text = jcm_text . replace ( / % m o d i f i e d _ d a t e % / , jcm_modified_date_text . toString ( ) ) ;
3737
3838 // DOM書き換え
3939 jcm_content . innerText = '' ;
You can’t perform that action at this time.
0 commit comments