mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
fix: lint
This commit is contained in:
@@ -143,7 +143,7 @@ define('admin/settings/activitypub', [
|
|||||||
placeholder: 'ui-state-highlight',
|
placeholder: 'ui-state-highlight',
|
||||||
axis: 'y',
|
axis: 'y',
|
||||||
update: function () {
|
update: function () {
|
||||||
var rids = [];
|
const rids = [];
|
||||||
tbodyEl.find('tr').each(function () {
|
tbodyEl.find('tr').each(function () {
|
||||||
rids.push($(this).data('rid'));
|
rids.push($(this).data('rid'));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user