mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 21:46:29 +02:00
removed JS fake link #4407
This commit is contained in:
@@ -7,12 +7,6 @@ define('forum/groups/list', ['forum/infinitescroll'], function(infinitescroll) {
|
||||
Groups.init = function() {
|
||||
var groupsEl = $('#groups-list');
|
||||
|
||||
groupsEl.on('click', '.list-cover', function() {
|
||||
var groupSlug = $(this).parents('[data-slug]').attr('data-slug');
|
||||
|
||||
ajaxify.go('groups/' + groupSlug);
|
||||
});
|
||||
|
||||
infinitescroll.init(Groups.loadMoreGroups);
|
||||
|
||||
// Group creation
|
||||
|
||||
Reference in New Issue
Block a user