* change for chrome browser.

This commit is contained in:
wangyidong
2012-06-05 08:03:39 +00:00
parent 1960851bd8
commit 8f67052278
+1 -1
View File
@@ -56,7 +56,7 @@ var browseType = '<?php echo $browseType;?>';
</tr>
<?php endforeach;?>
</tbody>
<tfoot><tr><td colspan='6' class='f-left'><?php $pager->show();?></td></tr></tfoot>
<tfoot><tr><td colspan='6'><?php $pager->show();?></td></tr></tfoot>
</table>
<script>$('#<?php echo $browseType;?>').addClass('active')</script>
<?php include '../../common/view/footer.html.php';?>