From 6af5cef7e587563d7f9e034fad857cf547279891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 11 Nov 2024 16:34:00 -0500 Subject: [PATCH] refactor: no category sharing for a long time --- public/src/client/category.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/src/client/category.js b/public/src/client/category.js index b4f0bb50cb..14eca6f6d7 100644 --- a/public/src/client/category.js +++ b/public/src/client/category.js @@ -24,8 +24,6 @@ define('forum/category', [ app.enterRoom('category_' + cid); - share.addShareHandlers(ajaxify.data.name); - topicList.init('category', loadTopicsAfter); sort.handleSort('categoryTopicSort', 'category/' + ajaxify.data.slug);