mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
removed anchor around recent posts on account page
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.user-recent-posts .topic-row').on('click', function() {
|
||||
ajaxify.go($(this).attr('topic-url'));
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user