mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56: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'>
|
||||
<script>
|
||||
Polymer.setPassiveTouchGestures(true);
|
||||
/* LastPass createElement workaround. See #428 */
|
||||
document.createElement = Document.prototype.createElement;
|
||||
</script>
|
||||
<link rel='import' href='./util/roboto.html'>
|
||||
<link rel='import' href='../bower_components/paper-styles/typography.html'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user