* Fix code review issues.

This commit is contained in:
tanghucheng
2023-07-20 09:07:08 +08:00
parent 4e52812f9f
commit db22aa691f
+1 -1
View File
@@ -807,7 +807,7 @@ $(function()
var month = ev.date.getMonth() + 1;
var day = ev.date.getUTCDate();
var formattedDate = year + '-' + (month < 10 ? '0' : '') + month + '-' + (day < 10 ? '0' : '') + day;
var taskID = id;
$.post(createLink('review', 'ajaxChangeTRDeadline'), {'deadline' : formattedDate, 'id' : reviewID , 'projectID' : projectID}, function()
{
location.reload();