Load the chart resources in dev too (#896)

When switching to always loading the resources on demand, I forgot to change the default value to be always false instead of dev. This caused the charts not to load in dev.
This commit is contained in:
Paulus Schoutsen 2018-02-15 21:38:44 -08:00 committed by GitHub
parent 7860133709
commit 5731c1fa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@
// eslint-disable-next-line no-unused-vars
/* global Chart moment Color */
{
let SCRIPT_LOADED = window.HASS_DEV;
let SCRIPT_LOADED = false;
class HaChartBase extends Polymer.Element {
get chart() {