Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
jquery.js moved to dist
Browse files Browse the repository at this point in the history
fix jquery.js src because it was moved to dist folder
  • Loading branch information
AnatoliyLitinskiy committed Apr 29, 2014
1 parent a196dc3 commit 33905c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
margin-top: 1em;
}
</style>
<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/select2/select2.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-ui-select2/src/select2.js"></script>
Expand Down

0 comments on commit 33905c8

Please sign in to comment.