mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 05:20:24 +01:00
refactor: remove unused share
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
define('forum/category', [
|
||||
'forum/infinitescroll',
|
||||
'share',
|
||||
'navigator',
|
||||
'topicList',
|
||||
'sort',
|
||||
@@ -11,7 +10,7 @@ define('forum/category', [
|
||||
'alerts',
|
||||
'api',
|
||||
'clipboard',
|
||||
], function (infinitescroll, share, navigator, topicList, sort, categorySelector, hooks, alerts, api, clipboard) {
|
||||
], function (infinitescroll, navigator, topicList, sort, categorySelector, hooks, alerts, api, clipboard) {
|
||||
const Category = {};
|
||||
|
||||
$(window).on('action:ajaxify.start', function (ev, data) {
|
||||
|
||||
Reference in New Issue
Block a user