mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
fix acp topic graph disappearing
clear usedColors on ajaxify, once it was filling up the graph was never updating after ajaxify
This commit is contained in:
@@ -28,6 +28,7 @@ define('admin/general/dashboard', ['semver'], function(semver) {
|
||||
|
||||
intervals.rooms = null;
|
||||
intervals.graphs = null;
|
||||
usedTopicColors.length = 0;
|
||||
});
|
||||
|
||||
$('#logout-link').on('click', function() {
|
||||
|
||||
Reference in New Issue
Block a user