Skip to content

Commit

Permalink
Revert back to using built js
Browse files Browse the repository at this point in the history
  • Loading branch information
rbackhouse committed Jul 19, 2015
1 parent 4595b4d commit 1ea552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/cordovampd.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/music.css" />
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="lib/requirejs/require.js"></script>
<!--<script type="text/javascript" src="js/app-built.js"></script>-->
<script type="text/javascript" src="js/app-built.js"></script>
<script type="text/javascript" src="js/cordovamain.js"></script>
</head>
<body>
Expand Down

0 comments on commit 1ea552e

Please sign in to comment.