diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-18 20:05:23 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-18 20:05:23 +0000 |
| commit | 9b808ff3386914b4731ceb5f6aa14c203841162b (patch) | |
| tree | 89af98dcc2bcbd201a638aa133210ae7c1bb38e6 /modules/lightbox | |
| parent | d3016b19a2116a0ecfdfa32d556d821e50d68ef7 (diff) | |
| download | webtrees-9b808ff3386914b4731ceb5f6aa14c203841162b.tar.gz webtrees-9b808ff3386914b4731ceb5f6aa14c203841162b.tar.bz2 webtrees-9b808ff3386914b4731ceb5f6aa14c203841162b.zip | |
#561221 The "all" tab on the individual page doesn't work
Diffstat (limited to 'modules/lightbox')
| -rw-r--r-- | modules/lightbox/module.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/lightbox/module.php b/modules/lightbox/module.php index 2401e79b6f..05177532d6 100644 --- a/modules/lightbox/module.php +++ b/modules/lightbox/module.php @@ -122,13 +122,8 @@ class lightbox_WT_Module extends WT_Module implements WT_Module_Config, WT_Modul } // Implement WT_Module_Tab - public function getJSCallbackAllTabs() { - return 'CB_Init();'; - } - - // Implement WT_Module_Tab public function getJSCallback() { - return ''; + return 'CB_Init();'; } protected $mediaCount = null; |
