...
This commit is contained in:
parent
fa26f649f2
commit
065c196edc
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue