* reduce the code.

This commit is contained in:
wangchunsheng
2009-12-13 15:02:33 +00:00
parent fb34f40c8f
commit da81b48e9a

View File

@@ -1,9 +1,3 @@
<link rel="stylesheet" href="<?php echo $clientTheme;?>tablesorter.css" />
<script src="<?php echo $jsRoot;?>jquery/tablesorter/min.js" type="text/javascript"></script>
<script language='javascript'>
$(function()
{
$(".tablesorter").tablesorter();
}
);
</script>
<script language='javascript'> $(function() { $(".tablesorter").tablesorter(); } );</script>