From 6afdfe305c6f19b29848703720d0e6081306700d Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 15 Sep 2021 13:05:19 +0000 Subject: [PATCH] fix error --- assets/javascripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index 6c817c3..3cbbb7d 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -792,7 +792,7 @@ function transdate(){ // });// //選單 $(document).ready(function() { var title_wrapper = $("
") - 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()