Skip to content

Commit

Permalink
Demo attached scripts improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mousavian committed Feb 10, 2013
1 parent a1026b7 commit e261643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h1>jQuery UI Datepicker with Twitter Bootstrap Theme</h1>
</div>
</form>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="../bootstrap-datepicker.js"></script>
<script src="../bootstrap-datepicker.fa.js"></script>
<script src="../bootstrap-datepicker.min.js"></script>
<script src="../bootstrap-datepicker.fa.min.js"></script>
<script>
$(document).ready(function() {
$("#datepicker0").datepicker();
Expand Down

0 comments on commit e261643

Please sign in to comment.