* Fix the problem of clicking on favorites of contributed documents.
This commit is contained in:
@@ -17,3 +17,8 @@ $('.ajaxCollect').click(function (event) {
|
||||
}, 'json');
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.ajaxCollect').click(function()
|
||||
{
|
||||
window.location.reload();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user