more cleanup

This commit is contained in:
Mottie 2013-04-04 16:33:28 -05:00
parent 83c39b4dc6
commit ffafc9ea07
3 changed files with 4 additions and 3 deletions

View File

@ -222,7 +222,8 @@ $(function(){
}
});
});&lt;/script&gt;</pre>
});
&lt;/script&gt;</pre>
</div>
<h1>CSS</h1>
<div id="css">

View File

@ -22,7 +22,7 @@
<!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> -->
<style>
th.resizable-false { background-color: #e6bf99; }
th.tablesorter-header.resizable-false { background-color: #e6bf99; }
</style>
<script id="js">$(function() {

View File

@ -724,7 +724,7 @@ ts.addWidget({
priority: 60,
options: {
stickyHeaders: 'tablesorter-stickyHeader',
stickyHeaders_cloneId: '-sticky', // added to table ID, if it exists
stickyHeaders_cloneId: '-sticky' // added to table ID, if it exists
},
format: function(table, c, wo){
if (c.$table.hasClass('hasStickyHeaders')) { return; }