1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-27 06:06:30 +00:00

Add LastPass workaround (#811)

This commit is contained in:
Paulus Schoutsen
2018-01-17 10:07:08 -08:00
committed by GitHub
parent 3e0193c704
commit 9131a7c7e3

View File

@@ -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'>