This commit is contained in:
2025-06-16 14:10:49 +08:00
parent 2a5baa6889
commit a231e95997
4 changed files with 12 additions and 5 deletions

View File

@@ -312,8 +312,10 @@ function bf_list() {
}
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>`
$('.current_list>h4 span').html(time_);
$('.current_list>h4').append(ArchivingStr);
$('.current_list>ul').html(str);