Skip to content

Commit

Permalink
Linked sample html to root's js file
Browse files Browse the repository at this point in the history
  • Loading branch information
auxiliary committed Apr 23, 2015
1 parent f2a0af6 commit 784c634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 186 deletions.
8 changes: 4 additions & 4 deletions sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="css/bootstrap.min.css">

<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/responsive-paginate.js"></script>
<script src="../responsive-paginate.js"></script>
<script>
$(document).ready(function () {
$(".pagination").rPage();
});
});
</script>
</head>
<body>
Expand Down Expand Up @@ -51,4 +51,4 @@
</ul>
</div>
</body>
</html>
</html>
182 changes: 0 additions & 182 deletions sample/js/responsive-paginate.js

This file was deleted.

0 comments on commit 784c634

Please sign in to comment.