Skip to content

Commit

Permalink
fix js includes
Browse files Browse the repository at this point in the history
  • Loading branch information
don committed Jun 18, 2013
1 parent 7c0ba10 commit 683ba18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ <h1>PhoneGap NFC Reader</h1>
{{/each}}
</script>

<script type="text/javascript" charset="utf-8" src="cordova-2.5.0.js"></script>
<script type="text/javascript" charset="utf-8" src="js/phonegap-nfc-0.4.3-SNAPSHOT.js"></script>
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
<script type="text/javascript" charset="utf-8" src="js/handlebars.js"></script>
<script type="text/javascript" charset="utf-8" src="js/index.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 683ba18

Please sign in to comment.