Skip to content

Commit 544c165

Browse files
committed
load stats_overview before stats_stats (#23294)
1 parent 6893bb1 commit 544c165

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

static/js/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ import { stats_stats } from './stats/stats';
1111
import { capabilities } from './zamboni/capabilities';
1212

1313
// Initialize the stats module.
14-
stats_stats(window.sessionStorage, capabilities);
1514
stats_overview();
15+
stats_stats(window.sessionStorage, capabilities);

static/js/stats/topchart.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var baseConfig = {
4242
};
4343

4444
$.fn.topChart = function (cfg) {
45+
console.debug('topchart:init');
4546
$(this).each(function () {
4647
var $self = $(this),
4748
$win = $(window),

0 commit comments

Comments
 (0)