We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6893bb1 commit 544c165Copy full SHA for 544c165
static/js/stats.js
@@ -11,5 +11,5 @@ import { stats_stats } from './stats/stats';
11
import { capabilities } from './zamboni/capabilities';
12
13
// Initialize the stats module.
14
-stats_stats(window.sessionStorage, capabilities);
15
stats_overview();
+stats_stats(window.sessionStorage, capabilities);
static/js/stats/topchart.js
@@ -42,6 +42,7 @@ var baseConfig = {
42
};
43
44
$.fn.topChart = function (cfg) {
45
+ console.debug('topchart:init');
46
$(this).each(function () {
47
var $self = $(this),
48
$win = $(window),
0 commit comments