From 67d3cf2ae529d4de3fd978e6e5a97ce75d08b392 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 7 Jan 2016 20:57:07 -0800 Subject: [PATCH] Use the right function. --- static/babystats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/babystats.js b/static/babystats.js index 42b6899..d186ef9 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -778,7 +778,7 @@ BabyStats.prototype.checkOverlay_ = function() { this.spinner_.style.opacity = 0.0; var message = '', actions = []; - if (!this.cosmo_.isConnected()) { + if (!this.cosmo_.connected()) { this.spinner_.style.visibility = 'visible'; this.spinner_.style.opacity = 1.0; message = ' ';