fix error
This commit is contained in:
parent
7781368e6f
commit
6afdfe305c
|
@ -792,7 +792,7 @@ function transdate(){
|
||||||
// });// //選單
|
// });// //選單
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var title_wrapper = $("<div class=\"title-wraper col-sm-12\"></div>")
|
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);
|
$('.row.pagerow').prepend(title_wrapper);
|
||||||
try {
|
try {
|
||||||
transdate()
|
transdate()
|
||||||
|
|
Loading…
Reference in New Issue