Skip to content

Commit

Permalink
Use proper stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp committed Dec 14, 2017
1 parent 5ddb54f commit 23cbf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>jQuery Date Range Picker Demo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="dist/daterangepicker.css" />
<link rel="stylesheet" href="dist/daterangepicker.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.16.0/moment.min.js" type="text/javascript"></script>
<script src="src/jquery.daterangepicker.js"></script>
Expand Down

0 comments on commit 23cbf1f

Please sign in to comment.