* rewrite the comments of doc module.

This commit is contained in:
wangchunsheng
2010-11-19 06:09:03 +00:00
parent a38042ca37
commit 9bcb17e2ec
5 changed files with 188 additions and 46 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
var type = '<?php echo $doc->type;?>';
$(document).ready(function()
{
/* 判断文档类型。*/
/* Jude the type. */
if(type == 'url') $('#urlBox').show();
else if(type == 'text') $('#contentBox').show();
else $('#fileBox').show();