| @@ -73,10 +73,8 @@ | ||
| 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, | |
| 79 | 77 | ); |
| 80 | 78 | |
| 81 | 79 | return $options; |
| 82 | 80 | } |
| @@ -87,9 +85,9 @@ | ||
| 87 | 85 | return; |
| 88 | 86 | foreach($settings as $setting => $value) |
| 89 | 87 | { |
| 90 | 88 | if (is_null($value) || strlen($value) == 0) |
| 91 | - continue; | |
| 89 | + continue; | |
| 92 | 90 | |
| 93 | 91 | switch($setting) |
| 94 | 92 | { |
| 95 | 93 | case 'active': |