Skip to content

Commit

Permalink
Update docs for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Sep 1, 2020
1 parent 313ba25 commit d54a7b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<meta name="description"
content="jQuery ReStable is a very simple and lightweight (~1Kb) jQuery plugin that makes table responsive making them collapse into ul lists.">
<link rel="stylesheet" href="main.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script src="https://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/github.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript" src="../jquery.restable.min.js"></script>
<link rel="stylesheet" href="../jquery.restable.min.css">
<script type="text/javascript" src="jquery.restable.min.js"></script>
<link rel="stylesheet" href="jquery.restable.min.css">
<script>
$(window).ready(function () {
$('#table1').ReStable();
Expand Down
1 change: 1 addition & 0 deletions docs/jquery.restable.min.css
1 change: 1 addition & 0 deletions docs/jquery.restable.min.js
File renamed without changes.

0 comments on commit d54a7b1

Please sign in to comment.