|
Lines 38-44
Link Here
|
| 38 |
} |
38 |
} |
| 39 |
|
39 |
|
| 40 |
$(document).ready(function() { |
40 |
$(document).ready(function() { |
| 41 |
$('#toolbar').fixFloat(); |
41 |
if ( $('#toolbar').length ) {$('#toolbar').fixFloat();} |
| 42 |
$("#show_all_details").click(function(){ |
42 |
$("#show_all_details").click(function(){ |
| 43 |
updateColumnsVisibility($(this).is(":checked")); |
43 |
updateColumnsVisibility($(this).is(":checked")); |
| 44 |
}); |
44 |
}); |
| 45 |
- |
|
|