Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Update layout.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio authored Jun 26, 2018
1 parent c9b6107 commit cb57fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Layout(props) {
{props.children}
</div>
<script type="text/javascript" src="js/bundle.js" />
{ props.bluemixAnalytics ? <script type="text/javascript" src="js/analytics.js" /> : null }
{ props.bluemixAnalytics ? <script type="text/javascript" src="https://cdn.rawgit.com/watson-developer-cloud/watson-developer-cloud.github.io/master/analytics.js" ></script> : null }
</body>
</html>
);
Expand Down

0 comments on commit cb57fa9

Please sign in to comment.