Skip to content

Commit

Permalink
Include cordova.js in main html
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Oct 17, 2016
1 parent d6bc8fb commit cdfcc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<title>Nuclear Chess</title>

<!-- <script type="text/javascript" src="phonegap.js"></script>-->
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/bootstrap.min.js" ></script>
<script type="text/javascript" src="js/atomschach.js" ></script>
Expand Down

0 comments on commit cdfcc94

Please sign in to comment.