Skip to content

Commit

Permalink
Docs: Use dist file in sortAppend & sortForce. See #1331
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 8, 2016
1 parent 300f436 commit 8ddfe81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions docs/example-option-sort-append.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
th { width: 16.7%; }
#result1, #result2 { color: red; font-size: .8em; font-weight: normal; vertical-align: text-top; }
</style>
<script src="../js/jquery.tablesorter.js"></script>

<!-- Tablesorter: optional -->
<script src="../addons/pager/jquery.tablesorter.pager.js"></script>
<script src="../dist/js/jquery.tablesorter.js"></script>

<script id="js">$(function() {
$('#table1').tablesorter({
Expand Down
3 changes: 0 additions & 3 deletions docs/example-option-sort-force.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<link rel="stylesheet" href="../css/theme.blue.css">
<script src="../js/jquery.tablesorter.js"></script>

<!-- Tablesorter: optional -->
<script src="../addons/pager/jquery.tablesorter.pager.js"></script>

<script id="js">$(function() {

// call the tablesorter plugin
Expand Down

0 comments on commit 8ddfe81

Please sign in to comment.