| @@ -73,8 +73,10 @@ | ||
| 73 | 73 | 'popup_height' => $popup_height, |
| 74 | 74 | 'icon_type' => $this->icon_type, |
| 75 | 75 | 'icon' => $this->icon, |
| 76 | 76 | 'color' => $this->color, |
| 77 | + 'displayMobile' => $this->displayMobile, | |
| 78 | + 'displayDesktop' => $this->displayDesktop, | |
| 77 | 79 | ); |
| 78 | 80 | |
| 79 | 81 | return $options; |
| 80 | 82 | } |
| @@ -85,9 +87,9 @@ | ||
| 85 | 87 | return; |
| 86 | 88 | foreach($settings as $setting => $value) |
| 87 | 89 | { |
| 88 | 90 | if (is_null($value) || strlen($value) == 0) |
| 89 | - continue; | |
| 91 | + continue; | |
| 90 | 92 | |
| 91 | 93 | switch($setting) |
| 92 | 94 | { |
| 93 | 95 | case 'active': |