fix error

This commit is contained in:
rulingcom 2021-09-15 13:05:19 +00:00
parent 7781368e6f
commit 6afdfe305c
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ function transdate(){
// });// //選單
$(document).ready(function() {
var title_wrapper = $("<div class=\"title-wraper col-sm-12\"></div>")
title_wrapper.append($('.view_count.pull-right,.page-module-title,#main-content .index-title,.i-member-status-title:eq(0)'));
title_wrapper.append($('.view_count.pull-right,.page-module-title,#main-content .index-title,.i-member-status-title:eq(0),#main-content > * > [class*="-title"]'));
$('.row.pagerow').prepend(title_wrapper);
try {
transdate()