Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Nov 12, 2016
1 parent 2a5d288 commit 30da44a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions components/DefaultHTMLLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ class DefaultHTMLLayout extends React.Component {
{/* Vendors css bundle */
this.props.addAssets ? <link href="/public/css/vendor.bundle.css" rel="stylesheet" type="text/css" />: <style></style>
}
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>

{/* Google Map API related lib */}
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBv4tIDpAtiBRgrRhY9ITnuV0vVlgMlntI">
</script>
</head>
<body>
<div id="app" dangerouslySetInnerHTML={{__html: this.props.markup}}></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linked-data-reactor",
"version": "0.9.0",
"description": "Linked Data Reactor",
"version": "0.9.1",
"description": "Linked Data Reactor helps to create adaptive Semantic Web UIs.",
"private": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 30da44a

Please sign in to comment.