* turn off the helplink by default.

This commit is contained in:
wangchunsheng
2011-03-13 07:44:21 +00:00
parent 6188892502
commit 383bec7ee7
+1 -1
View File
@@ -314,7 +314,7 @@ function setRequiredFields()
*/
function setHelpLink()
{
if(!$.cookie('help')) $.cookie('help', 'on', {expires:config.cookieLife, path:config.webRoot});
if(!$.cookie('help')) $.cookie('help', 'off', {expires:config.cookieLife, path:config.webRoot});
className = $.cookie('help') == 'off' ? 'hidden' : '';
$('form input[id], form select[id], form textarea[id]').each(function()