* ajusted code.

This commit is contained in:
Catouse
2014-11-05 09:59:33 +08:00
parent 32e3858046
commit 95f67aad9a
+2 -2
View File
@@ -234,7 +234,7 @@
</form>
</div>
<script language='javascript'>
$('#module<?php echo $moduleID;?>').addClass('active')
$('#<?php echo $browseType;?>Tab').addClass('active')
$('#module<?php echo $moduleID;?>').addClass('active');
$('#<?php echo $browseType;?>Tab').addClass('active');
</script>
<?php include '../../common/view/footer.html.php';?>