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()