Skip to content

Commit

Permalink
fixed js bug in production
Browse files Browse the repository at this point in the history
  • Loading branch information
joemccann committed Jun 25, 2018
1 parent 5642543 commit 5012248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/footer.ejs
@@ -1,6 +1,6 @@
<% if(env === 'production') { %>
<%- include clientside-sponsored %>
<%- js('bundle.js', { async: true }) %>
<script src="/js/bundle.js" type="text/javascript" async></script>
<% if (isGoogleAnalyticsConfigured) { %>
<script type="text/javascript">
<%- GATrackingHTML %>
Expand Down

0 comments on commit 5012248

Please sign in to comment.