Remove preloading gr-app.js, since it is not used
Change-Id: I3b578a81821db3769c19e628dfc3f53c3318dab7
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user