* reduce the code.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user