mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Update demo
This commit is contained in:
parent
96d65fb780
commit
2c5bc0cb41
5
source/demo/core.js
Normal file
5
source/demo/core.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,6 +39,7 @@
|
||||
|
||||
#ha-init-skeleton paper-spinner {
|
||||
height: 28px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
#ha-init-skeleton a {
|
||||
@ -62,8 +63,8 @@
|
||||
.getElementById('ha-init-skeleton')
|
||||
.classList.add('error');
|
||||
}
|
||||
window.noAuth = true;
|
||||
</script>
|
||||
<link rel='import' href='/demo/frontend.html' onerror='initError()' async />
|
||||
</head>
|
||||
<body fullbleed>
|
||||
<div id='ha-init-skeleton'>
|
||||
@ -85,6 +86,9 @@
|
||||
}
|
||||
</script>
|
||||
<home-assistant auth='no_password_set' icons='demo'></home-assistant>
|
||||
<script src='/demo/core.js'></script>
|
||||
<link rel='import' href='/demo/frontend.html' onerror='initError()' async />
|
||||
<link rel='import' href='/static/mdi-demo.html' async />
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user