Please change in homebox.js
line 68
$togglers = $homebox.find('>#homebox-settings input.homebox_toggle_box');
TO
$togglers = $homebox.find('#homebox-settings input.homebox_toggle_box');
this way we can place div's around the ul for better themeing.
Comments
Comment #1
jchatard commentedFixed in 1.3!