Skip to content

Commit

Permalink
refactor(server): remove async attr
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Apr 3, 2016
1 parent d6478de commit d0697b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-only-app/html.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class ServerOnlyApp {
Loading...
</server-only-app>
<script async [attr.src]="seo.src"></script>
<script [attr.src]="seo.src"></script>
</body>
`
})
Expand Down

0 comments on commit d0697b7

Please sign in to comment.