diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index df625bc..c0c619e 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -781,19 +781,19 @@ } }); //表格scope - $("table").each(function() { - $(this).find("tr").each(function(rowIndex) { - $(this).find("th").each(function(colIndex) { - if (rowIndex === 0) { - // 第一列的 th,適用於該欄 - $(this).attr("scope", "col"); - } else if (colIndex === 0) { - // 其他列的第一個 th,適用於該行 - $(this).attr("scope", "row"); - } - }); - }); - }); + // $("table").each(function() { + // $(this).find("tr").each(function(rowIndex) { + // $(this).find("th").each(function(colIndex) { + // if (rowIndex === 0) { + // // 第一列的 th,適用於該欄 + // $(this).attr("scope", "col"); + // } else if (colIndex === 0) { + // // 其他列的第一個 th,適用於該行 + // $(this).attr("scope", "row"); + // } + // }); + // }); + // }); $(".banner-pager button").addClass('banner-pagerbtn'); $(".banner-pager button").attr("type","button"); $(".banner-pager button").append(''); diff --git a/modules/announcement/annc_index17.html.erb b/modules/announcement/annc_index17.html.erb index dcf66e3..fde6db4 100644 --- a/modules/announcement/annc_index17.html.erb +++ b/modules/announcement/annc_index17.html.erb @@ -1,5 +1,5 @@