포토리뷰, 메일폼 수정 완료료
This commit is contained in:
@@ -1694,3 +1694,16 @@ function copyShareLink() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 앵커로 스크롤 이동 함수
|
||||
function goToAnchor(anchorId) {
|
||||
const $target = $("#" + anchorId);
|
||||
if ($target.length > 0) {
|
||||
$("html, body").animate(
|
||||
{
|
||||
scrollTop: $target.offset().top - 60,
|
||||
},
|
||||
400
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user