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

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fixes #7

The connect-phonegap injection needs the cordova.js tag to be exact
  • Loading branch information
devgeeks authored Aug 4, 2016
1 parent cabdf37 commit cbfa4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./cordova.js"></script>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="./bundle.js"></script>
</body>
</html>

0 comments on commit cbfa4c9

Please sign in to comment.