mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
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:
parent
7860133709
commit
5731c1fa28
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user