Skip to content

Commit

Permalink
Make example page use minified files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakupanda committed Feb 12, 2014
1 parent d7438d3 commit dacbd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/prettify/run_prettify.js"></script>
<link href="assets/bootstrap-dialog/css/bootstrap-dialog.css" rel="stylesheet" type="text/css" />
<script src="assets/bootstrap-dialog/js/bootstrap-dialog.js"></script>
<link href="assets/bootstrap-dialog/css/bootstrap-dialog.min.css" rel="stylesheet" type="text/css" />
<script src="assets/bootstrap-dialog/js/bootstrap-dialog.min.js"></script>
<meta charset="utf-8" />
<title>BootstrapDialog examples</title>
<style>
Expand Down

0 comments on commit dacbd1e

Please sign in to comment.