I get notice of undefined index: bgcolor on jreject.admin.inc line 101 which should be
'#default_value' => $conf['overlayBgColor'] ? $conf['overlayBgColor'] : '#000',
instead of
'#default_value' => $conf['bgcolor'] ? $conf['bgcolor'] : '#000',
Thanks for this useful module
Comments
Comment #1
entendu commentedHa, right you are! I've updated the 1.x (dev) snapshot.