엑티버 처리완료
This commit is contained in:
parent
aa407765d9
commit
041a9d6ac8
@ -68,6 +68,9 @@ window.onload = function() {
|
|||||||
fn_search_article(1);
|
fn_search_article(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// 탭 액티브 중복 방지
|
||||||
|
$(".tab ul.tabs").removeClass("active").find("> li:eq(0)").removeClass("current");
|
||||||
|
|
||||||
$("#referencelistForm input:checkbox[name='reQueryChk']").on('change', function() {
|
$("#referencelistForm input:checkbox[name='reQueryChk']").on('change', function() {
|
||||||
if ( $(this).prop('checked') )
|
if ( $(this).prop('checked') )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user