From 4e54d76f8c950792a153c44bf085ce03f9623f1d Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 26 Feb 2010 08:12:26 +0000 Subject: [PATCH] * turn off the online help temp. --- trunk/www/js/my.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/www/js/my.js b/trunk/www/js/my.js index 87c47032d3..ec6c9c6a32 100644 --- a/trunk/www/js/my.js +++ b/trunk/www/js/my.js @@ -133,7 +133,7 @@ needPing = true; $(document).ready(function() { setNowrapObjTitle(); - setHelpLink(); + //setHelpLink(); setRequiredFields(); if(needPing) setTimeout('setPing()', 1000 * 60 * 5); // 5分钟之后开始ping。 });