* Fix the problem of clicking on favorites of contributed documents.

This commit is contained in:
tianshujie98
2021-08-05 11:13:03 +08:00
parent 894e897447
commit 350e308e48
+5
View File
@@ -17,3 +17,8 @@ $('.ajaxCollect').click(function (event) {
}, 'json');
return false;
});
$('.ajaxCollect').click(function()
{
window.location.reload();
})