@@ -316,7 +316,7 @@ var fnGetInfiniteScrollDataList = function() {
success: function (result) {
if (result != null) {
$("#listBox").css("display", "block");
- //$("#listBox").append(result);
+ $("#listBox").append(result);
// 2021.05.27 인피니티스크롤
var orderListCnt = 0;