mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 22:36:35 +00:00
Add LastPass workaround (#811)
This commit is contained in:
parent
3e0193c704
commit
9131a7c7e3
@ -1,6 +1,8 @@
|
|||||||
<link rel="import" href='../bower_components/polymer/polymer-element.html'>
|
<link rel="import" href='../bower_components/polymer/polymer-element.html'>
|
||||||
<script>
|
<script>
|
||||||
Polymer.setPassiveTouchGestures(true);
|
Polymer.setPassiveTouchGestures(true);
|
||||||
|
/* LastPass createElement workaround. See #428 */
|
||||||
|
document.createElement = Document.prototype.createElement;
|
||||||
</script>
|
</script>
|
||||||
<link rel='import' href='./util/roboto.html'>
|
<link rel='import' href='./util/roboto.html'>
|
||||||
<link rel='import' href='../bower_components/paper-styles/typography.html'>
|
<link rel='import' href='../bower_components/paper-styles/typography.html'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user