mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
No longer load icons twice
This commit is contained in:
parent
300f3582a6
commit
c130933f45
@ -59,7 +59,7 @@ export default new Polymer({
|
||||
const success = () => this.iconsLoaded = true;
|
||||
this.importHref(`/static/mdi-${this.icons}.html`,
|
||||
success,
|
||||
this.importHref(`/static/mdi.html`, success, success));
|
||||
() => this.importHref(`/static/mdi.html`, success, success));
|
||||
},
|
||||
|
||||
ready() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user