게시물 이력 조회 ajax 수정.
parent
5c236aea6c
commit
93da80a1ff
|
|
@ -77,8 +77,6 @@ function getBoardContent(contentSeq){
|
|||
}
|
||||
function getBoardLog(contentSeq){
|
||||
if(contentSeq !== undefined){
|
||||
const viewContentSeq = $("#logViewContentSeq").val();
|
||||
if(contentSeq !== viewContentSeq){
|
||||
$.ajax({
|
||||
url: '/board/selectBoardLog',
|
||||
data: {contentSeq: contentSeq},
|
||||
|
|
@ -93,4 +91,3 @@ function getBoardLog(contentSeq){
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
||||
<div class="p-3">
|
||||
<input type="hidden" id="logViewContentSeq" th:value="${contentSeq}">
|
||||
<div class="row-cols-6 overflow-auto">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Reference in New Issue