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:
barisusakli
2014-10-31 20:30:07 -04:00
parent 56d16d1792
commit d43e8beb60

View File

@@ -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() {