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