- Fix the notice in stats select

This commit is contained in:
dave 2009-09-18 03:30:15 +00:00
parent 20fe1d8b13
commit ec748865b4

View File

@ -68,7 +68,6 @@
?>
<h4><?=i18n('Fair Stats Gathering')?></h3>
<div id="stats_notice" class="notice_area"></div>
<script type="text/javascript">
@ -78,8 +77,6 @@ function stats_save()
return 0;
}
notice_div_id('stats_notice');
</script>
<?