From 95f8de0852021306a052e149cdcd1bdc6449ddf9 Mon Sep 17 00:00:00 2001 From: Brad Berger Date: Mon, 21 Jul 2014 09:44:23 +0200 Subject: [PATCH] Update statusbar.js Fixed typo --- www/statusbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/statusbar.js b/www/statusbar.js index 96c0808..d6f68ac 100644 --- a/www/statusbar.js +++ b/www/statusbar.js @@ -71,7 +71,7 @@ var StatusBar = { }, backgroundColorByHexString: function (hexString) { - if (hexString.charAt(0) === "#") { + if (hexString.charAt(0) !== "#") { hexString = "#" + hexString; }