@@ -3,7 +3,7 @@ |
||
3 | 3 | $showedInput = false; |
4 | 4 | if(!empty($options['createBtn'])){ |
5 | 5 | $optionsHtml = '<option disabled onclick="'.$options['createBtn']['onclick'].'">'.$options['createBtn']['text'].'</option>'; |
6 | -}else { |
|
6 | +} else { |
|
7 | 7 | $optionsHtml = ''; |
8 | 8 | } |
9 | 9 |