* turn off the online help temp.

This commit is contained in:
wangchunsheng
2010-02-26 08:12:26 +00:00
parent 647950e4fd
commit 4e54d76f8c

View File

@@ -133,7 +133,7 @@ needPing = true;
$(document).ready(function()
{
setNowrapObjTitle();
setHelpLink();
//setHelpLink();
setRequiredFields();
if(needPing) setTimeout('setPing()', 1000 * 60 * 5); // 5分钟之后开始ping。
});