Remove outdated hack from flights-app
We don't need this hack anymore. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/853593002
This commit is contained in:
parent
7598f1fd3c
commit
c57eec3baa
@ -5,11 +5,5 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<flights-app />
|
||||||
// TODO(esprehn): Work around a bug where having <flights-app /> in the
|
|
||||||
// page doesn't render anything until the first input event.
|
|
||||||
window.addEventListener("load", function() {
|
|
||||||
document.querySelector("sky").appendChild(new FlightsAppElement());
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</sky>
|
</sky>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user