1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Fingerprint charts (#883)

* Fingerprint charts URL

* cache in service worker
This commit is contained in:
Paulus Schoutsen
2018-02-11 09:01:17 -08:00
committed by GitHub
parent b6ad4edd32
commit 4c5d85746c
7 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ window.HASS_DEMO = __DEMO__;
window.HASS_DEV = __DEV__;
window.HASS_BUILD = __BUILD__;
window.HASS_VERSION = __VERSION__;
window.HASS_ROOT = __ROOT__;
const init = window.createHassConnection = function (password) {
const proto = window.location.protocol === 'https:' ? 'wss' : 'ws';