mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 00:21:16 +01:00
fix double events on cache table
This commit is contained in:
@@ -28,7 +28,7 @@ define('admin/advanced/cache', ['alerts'], function (alerts) {
|
||||
});
|
||||
});
|
||||
|
||||
$(document).on('click', '#cache-table th', function () {
|
||||
$('#cache-table').on('click', 'th', function () {
|
||||
const table = $(this).closest('table');
|
||||
const tbody = table.find('tbody');
|
||||
const columnIndex = $(this).index();
|
||||
|
||||
Reference in New Issue
Block a user