* Adjust code..

This commit is contained in:
liuhong
2022-11-24 06:25:19 +00:00
parent c91024ecf3
commit b928b40f02
+2 -2
View File
@@ -99,8 +99,8 @@ $(function()
if($.inArray(account, reviewer) == -1)
{
var title = $('.datatable-rows tbody > tr[data-id="' + storyValue + '"]').find('.c-title').text();
storyString += title + ' ';
var title = $('.datatable-rows tbody > tr[data-id="' + storyValue + '"]').find('.c-title').text();
storyString += title + ' ';
}
});
$.ajaxSettings.async = true;