Remove preloading gr-app.js, since it is not used

Change-Id: I3b578a81821db3769c19e628dfc3f53c3318dab7
This commit is contained in:
Milutin Kristofic
2019-07-04 10:43:55 +02:00
parent 109b815538
commit bb65ab52aa

View File

@@ -96,10 +96,8 @@
{/if}
{if $polymer2}
<link rel="preload" href="{$staticResourcePath}/elements/gr-app-p2.js" as="script" crossorigin="anonymous">{\n}
<link rel="import" href="{$staticResourcePath}/elements/gr-app-p2.html">{\n}
{else}
<link rel="preload" href="{$staticResourcePath}/elements/gr-app.js" as="script" crossorigin="anonymous">{\n}
<link rel="import" href="{$staticResourcePath}/elements/gr-app.html">{\n}
{/if}