This commit is contained in:
yutao 2015-05-28 16:18:48 +08:00
parent fa26f649f2
commit 065c196edc
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ $(function(){
cookiesave(personalized_expand_key,JSON.stringify(personalized_map)); cookiesave(personalized_expand_key,JSON.stringify(personalized_map));
target.toggle(timeout); target.toggle(timeout);
} }
$("*[nhtype='toggle4cookie']").click(function(){ $("*[nhtype='toggle4cookie']").live('click',function(){
personalized_click($(this),500); personalized_click($(this),500);
}); });